
Time bar (total: 16.2s)
| 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: 29.0ms (33.7% of total)ival-neg: 21.0ms (24.4% of total)ival-sqrt: 11.0ms (12.8% of total)ival-div: 8.0ms (9.3% of total)ival-sub: 7.0ms (8.1% of total)ival-add: 7.0ms (8.1% of total)const: 2.0ms (2.3% of total)backward-pass: 1.0ms (1.2% of total)| 830.0ms | 5600× | 0 | valid |
| 806.0ms | 1861× | 2 | valid |
| 212.0ms | 795× | 1 | valid |
| 111.0ms | 909× | 0 | invalid |
ival-mult: 424.0ms (31.4% of total)ival-div: 270.0ms (20% of total)backward-pass: 167.0ms (12.4% of total)ival-sqrt: 161.0ms (11.9% of total)ival-neg: 111.0ms (8.2% of total)ival-add: 110.0ms (8.1% of total)ival-sub: 91.0ms (6.7% of total)const: 17.0ms (1.3% 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 |
|---|---|---|---|---|---|
| 113 | 0 | - | 0 | - | (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)))) |
| 12 | 0 | - | 1 | (-5.963086974907662e-296 1.387942360004812e+40 -2.2466573402360554e+23) | (/.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)) |
| 1 | 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 |
| 67.0ms | 350× | 0 | valid |
| 52.0ms | 108× | 2 | valid |
| 18.0ms | 54× | 1 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 16.0ms (29.6% of total)ival-div: 9.0ms (16.7% of total)backward-pass: 8.0ms (14.8% of total)ival-sqrt: 7.0ms (13% of total)ival-neg: 5.0ms (9.3% of total)ival-sub: 4.0ms (7.4% of total)ival-add: 4.0ms (7.4% of total)const: 1.0ms (1.9% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 51.1% | (/.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.7% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 95.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.7% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.7% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 84.0ms | 54× | 2 | valid |
| 32.0ms | 175× | 0 | valid |
| 9.0ms | 27× | 1 | valid |
Compiled 70 to 14 computations (80% saved)
backward-pass: 44.0ms (67.3% of total)ival-mult: 10.0ms (15.3% of total)ival-sqrt: 4.0ms (6.1% of total)ival-div: 3.0ms (4.6% of total)ival-sub: 2.0ms (3.1% of total)ival-add: 2.0ms (3.1% of total)const: 1.0ms (1.5% 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 | b | @ | 0 | (- (sqrt (+ (* b b) (* c (* a -3)))) b) |
| 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× | 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)
27 alts after pruning (26 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 502 | 26 | 528 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 502 | 27 | 529 |
| Status | Accuracy | Program |
|---|---|---|
| 17.7% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| ▶ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| ▶ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 18.9% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 27.5% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 51.0% | (/.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)))))))) | |
| 51.0% | (/.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))) | |
| 51.1% | (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 27.4% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 14.8% | (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b 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)))))))) | |
| 10.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 9.2% | (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 50.5% | (/.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)))) | |
| ▶ | 50.5% | (/.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)) |
| 33.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) | |
| 33.6% | (/.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)) | |
| ✓ | 51.1% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 31.5% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 29.4% | (/.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) |
| 36.1% | (/.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)) | |
| 34.1% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ▶ | 36.9% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 37.0% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 51.0% | (/.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)))))))) | |
| 51.0% | (/.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)))) | |
| 51.0% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 36.7% | (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
Compiled 1473 to 755 computations (48.7% 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))))) a) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) |
| ✓ | cost-diff | 128 | (/.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)) |
| ✓ | cost-diff | 256 | (-.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))) |
| ✓ | 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) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.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) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b 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) 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)) |
| 2474× | *-lowering-*.f32 |
| 2474× | *-lowering-*.f64 |
| 1478× | fmsub-define |
| 1458× | fma-define |
| 1336× | fma-lowering-fma.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 34 | 314 |
| 1 | 86 | 290 |
| 2 | 206 | 290 |
| 3 | 458 | 290 |
| 4 | 925 | 287 |
| 5 | 1503 | 287 |
| 6 | 2623 | 287 |
| 7 | 4464 | 287 |
| 0 | 8223 | 287 |
| 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 |
(/ (* b -2/3) a) |
(* b -2/3) |
b |
-2/3 |
a |
(/ (+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) b) |
(+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) |
(* c -1/2) |
c |
-1/2 |
(/ (* -3/8 (* c (* c a))) (* b b)) |
(* -3/8 (* c (* c a))) |
-3/8 |
(* c (* c a)) |
(* c a) |
a |
(* b b) |
b |
(/ (/ (- (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 |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) 9) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
3 |
(* 3 (/ b a)) |
(/ b a) |
9 |
| 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) |
(/ (* 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 |
(/ (+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) b) |
(*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/8 binary64))) (*.f64 b b)))) |
(+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) |
(*.f64 c (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/8 binary64))) (*.f64 b b)))) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
(/ (* -3/8 (* c (* c a))) (* b b)) |
(*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c (/.f64 (/.f64 c b) b)))) |
(* -3/8 (* c (* c a))) |
(*.f64 c (*.f64 c (*.f64 a #s(literal -3/8 binary64)))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c (* c a)) |
(*.f64 c (*.f64 c a)) |
(* c a) |
(*.f64 c a) |
a |
(* b b) |
(*.f64 b b) |
b |
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(- (sqrt (+ (* b b) (* 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) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) 9) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 3 binary64) a)) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
(* 3 (/ b a)) |
(*.f64 b (/.f64 #s(literal 3 binary64) a)) |
(/ b a) |
(/.f64 b a) |
9 |
#s(literal 9 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal 3 binary64) (/.f64 b a)) |
| ✓ | accuracy | 73.2% | (-.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))) |
| ✓ | accuracy | 58.7% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 96.0% | (/.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.7% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.7% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) |
| ✓ | accuracy | 99.7% | (*.f64 c (*.f64 c a)) |
| ✓ | accuracy | 98.9% | (/.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) |
| ✓ | accuracy | 77.1% | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | accuracy | 99.4% | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| ✓ | accuracy | 96.1% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 77.7% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.7% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 149.0ms | 175× | 0 | valid |
| 123.0ms | 38× | 2 | valid |
| 80.0ms | 16× | 3 | valid |
| 30.0ms | 27× | 1 | valid |
Compiled 350 to 35 computations (90% saved)
ival-div: 98.0ms (62.6% of total)ival-mult: 25.0ms (16% of total)backward-pass: 14.0ms (8.9% of total)...c/correct-round.rkt:119:19: 6.0ms (3.8% of total)ival-add: 5.0ms (3.2% of total)ival-sqrt: 4.0ms (2.6% of total)ival-sub: 4.0ms (2.6% of total)const: 1.0ms (0.6% 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 (/ (* b -2/3) a)> |
#<alt (* b -2/3)> |
#<alt (+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b)))> |
#<alt (/ (+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) b)> |
#<alt (* c -1/2)> |
#<alt (/ (* -3/8 (* c (* c a))) (* b b))> |
#<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)))) a) 3) (* 3 (/ b a)))> |
#<alt (/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) 9)> |
#<alt (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3)> |
#<alt (/ (sqrt (+ (* b b) (* c (* a -3)))) a)> |
#<alt (* c (* c a))> |
#<alt (* -3/8 (* c (* c a)))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* 3 (/ b a))> |
| 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 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 (* -1/2 c)> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c))))> |
#<alt (* -1/2 c)> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a)))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a)))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2))> |
#<alt (* -1/2 c)> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1/2 c)> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -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/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 2)))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (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 (* 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 (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a)))))> |
#<alt (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 3 (/ 1 a)))))> |
#<alt (* -9/2 (/ c b))> |
#<alt (/ (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -6 (/ b a))> |
#<alt (* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 6 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a)))))))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/8 (/ a (pow b 3))) (* c (+ (* -81/16 (/ (pow a 2) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 9/2 (/ 1 b))))> |
#<alt (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (/ b (* a c))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (* 3 (/ b (* a c)))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) (* 3 (/ b (* a c)))))> |
#<alt (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -9/2 (/ c b))> |
#<alt (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))> |
#<alt (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))> |
#<alt (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a)))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a)))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a)))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 3 (/ b a))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))> |
#<alt (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))))> |
#<alt (* -3 (/ b a))> |
#<alt (* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))))> |
#<alt (* 3 (/ b a))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* 3 (/ b a)) (* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b)))))> |
#<alt (+ (* 3 (/ b a)) (* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b)))))> |
#<alt (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 3 (/ b a))> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) a)> |
#<alt (* 3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))> |
#<alt (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -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)))))))> |
#<alt (+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (/ b a)> |
#<alt (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))> |
#<alt (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))> |
#<alt (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))> |
#<alt (/ b a)> |
#<alt (+ (* -3/2 (/ c b)) (/ b a))> |
#<alt (+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a))> |
#<alt (+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* 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/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 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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 (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (/ b a)> |
#<alt (/ (+ b (* -3/2 (/ (* a c) b))) a)> |
#<alt (/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<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)))))))) a)> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -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/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 (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* a (pow c 2))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3/8 (* a (pow c 2)))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 18.0ms | a | @ | inf | (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) |
| 9.0ms | b | @ | -inf | (* b -2/3) |
| 5.0ms | a | @ | -inf | (/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) 9) |
| 3.0ms | a | @ | 0 | (/ (* b -2/3) a) |
| 2.0ms | c | @ | inf | (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) |
| 1× | batch-egg-rewrite |
| 3550× | *-lowering-*.f32 |
| 3550× | *-lowering-*.f64 |
| 2846× | /-lowering-/.f32 |
| 2846× | /-lowering-/.f64 |
| 2282× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 34 | 207 |
| 1 | 204 | 188 |
| 2 | 1774 | 188 |
| 0 | 8679 | 188 |
| 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 -2/3) a) |
(* b -2/3) |
(+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) |
(/ (+ (* c -1/2) (/ (* -3/8 (* c (* c a))) (* b b))) b) |
(* c -1/2) |
(/ (* -3/8 (* c (* c a))) (* b b)) |
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) (* 3 (/ b a))) 9) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) 3) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(* c (* c a)) |
(* -3/8 (* c (* c a))) |
(+ (* b b) (* c (* a -3))) |
(* 3 (/ b a)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 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))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/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))) |
(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 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -9 binary64))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 9 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -9 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 (/.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 a (*.f64 a a))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.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 #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 (+.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/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 (-.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 a (*.f64 a a))) #s(literal 1/9 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) #s(literal 1/9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal -9 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 (/.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 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) a)) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) 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 9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 9 binary64) a)) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -1/9 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 -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 (/.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/9 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/9 binary64) (pow.f64 (/.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))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (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 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 b a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1 binary64)))) (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64) (*.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(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 b (-.f64 #s(literal 0 binary64) a))) |
(fma.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 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.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 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.f64 b a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(fma.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 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b) (/.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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.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)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 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 (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 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 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 (pow.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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) b) a) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.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))))) #s(literal 1 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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.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 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 a 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 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) b)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a b))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b)) (*.f64 (neg.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 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) (*.f64 (neg.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 (neg.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 (neg.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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (/.f64 a b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 a b))) |
(/.f64 (+.f64 (*.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) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a b)) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 a b))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (neg.f64 (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 a b)) (*.f64 a #s(literal -1 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 (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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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)) |
(/.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 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) b)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a b)) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a b))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (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 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b)) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64))) (*.f64 (neg.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 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) (*.f64 (neg.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 (neg.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 (neg.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 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) a)) |
(/.f64 (-.f64 (*.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) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (/.f64 a b))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal 1 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 a b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (neg.f64 (/.f64 a b))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (neg.f64 (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (*.f64 a (*.f64 b #s(literal 1 binary64)))) (*.f64 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 #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 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2/3 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64)) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(fma.f64 c #s(literal -1/2 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) |
(fma.f64 #s(literal -1/2 binary64) c (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 c (*.f64 c a)) (*.f64 #s(literal -3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 #s(literal -3/8 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 (*.f64 c a) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 (*.f64 c a) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b)) (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) #s(literal -3/8 binary64) (*.f64 c #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 (*.f64 c a) b) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))) (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))))) (neg.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (*.f64 (*.f64 c c) #s(literal 1/4 binary64))) (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))))) (*.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))) (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) b)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (*.f64 b (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))) (*.f64 b (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) b)) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) |
(pow.f64 (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 b (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64)) (*.f64 b b))) |
(/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b)) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) #s(literal 1 binary64)) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c (*.f64 c a))) b) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b))) |
(*.f64 (*.f64 c (*.f64 c a)) (*.f64 #s(literal -3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) (*.f64 b b))) |
(*.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c (*.f64 c a)) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 #s(literal -3/8 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 (*.f64 c a) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 (*.f64 c a) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c a)) (/.f64 #s(literal -3/8 binary64) b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) #s(literal -3/8 binary64)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 (*.f64 c a) b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 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))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/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))) |
(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 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -9 binary64))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 9 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -9 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 (/.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 a (*.f64 a a))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.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 #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 (+.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/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 (-.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 a (*.f64 a a))) #s(literal 1/9 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) #s(literal 1/9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal -9 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 (/.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 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) a)) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) 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 9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 9 binary64) a)) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -1/9 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 -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 (/.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/9 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/9 binary64) (pow.f64 (/.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))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (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 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(+.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 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.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))) #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 (*.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 (*.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 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (*.f64 (-.f64 #s(literal 0 binary64) (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 #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 #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 #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))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 (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 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (*.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 -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) b))) |
(+.f64 (fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(-.f64 (/.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 a (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(-.f64 (/.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 b a) (/.f64 #s(literal 3 binary64) (/.f64 a (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 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.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 -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.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))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 (/.f64 b a) #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 (/.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 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(fma.f64 (/.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 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 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))))) a) (/.f64 b a)))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(fma.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 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))))) a) (/.f64 b a)))) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a (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)) #s(literal 27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) |
(/.f64 (/.f64 (-.f64 (*.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 a (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) (/.f64 (-.f64 (*.f64 (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 a (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (/.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)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (neg.f64 (/.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 a (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 27 binary64) (pow.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 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 2 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (neg.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 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (*.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 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)) (neg.f64 (*.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (neg.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))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (-.f64 #s(literal 0 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 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 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 #s(literal 0 binary64) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 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 3 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 b #s(literal 3 binary64)))) (*.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 a #s(literal 3 binary64)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 #s(literal -3 binary64) b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 3 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 -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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #s(literal -3 binary64))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.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 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.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 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.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))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 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))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (neg.f64 (*.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)) a) (*.f64 a (*.f64 #s(literal -3 binary64) b))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (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 -3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (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 -3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (+.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 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (+.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 a b) #s(literal 3 binary64))) (*.f64 (/.f64 a b) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) #s(literal 1 binary64))) (*.f64 (/.f64 a b) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 a b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (/.f64 a b) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a b) (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a b) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 (/.f64 a b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a b) (*.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 b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.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 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) a) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal 3 binary64))) (*.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) a) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.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 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 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 3 binary64) (/.f64 a (*.f64 b #s(literal 3 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 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 3 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 b #s(literal 3 binary64))))) (*.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 3 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 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 3 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 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #s(literal 3 binary64))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.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 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.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 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 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))))) #s(literal 3 binary64)) (/.f64 a b)) (*.f64 a #s(literal 3 binary64))) (*.f64 a (/.f64 a 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 (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 a (*.f64 b #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 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (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 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (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 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (-.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 a (*.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 b #s(literal 3 binary64))))) (*.f64 a a)) |
(/.f64 (-.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) (*.f64 a a)) |
(/.f64 (-.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.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 a (*.f64 a a))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) (/.f64 (-.f64 (*.f64 (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 a (*.f64 a a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (/.f64 (-.f64 (*.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 a (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 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))))) a) (/.f64 b a))))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 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))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(fma.f64 #s(literal 3 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/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))) |
(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 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -9 binary64))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 9 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -9 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 (/.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 a (*.f64 a a))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.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 #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 (+.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/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 (-.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 a (*.f64 a a))) #s(literal 1/9 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) #s(literal 1/9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(/.f64 (-.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal -9 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 (/.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 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) a)) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) 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 9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -9 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (*.f64 #s(literal 9 binary64) a) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 9 binary64) a) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 9 binary64) a)) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 9 binary64) a)) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 #s(literal 9 binary64) a))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) #s(literal -1/9 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 -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 (/.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/9 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/9 binary64) (pow.f64 (/.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))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 (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 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) |
(/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 3 binary64) a)) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #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 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(/.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) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #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 #s(literal -1 binary64) (neg.f64 (/.f64 a (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))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) |
(pow.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 c (*.f64 c a)) |
(*.f64 a (*.f64 c c)) |
(*.f64 (*.f64 c a) c) |
(*.f64 (*.f64 c c) a) |
(*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) |
(*.f64 (*.f64 c a) (*.f64 c #s(literal -3/8 binary64))) |
(*.f64 (*.f64 c (*.f64 c a)) #s(literal -3/8 binary64)) |
(*.f64 (*.f64 c c) (*.f64 a #s(literal -3/8 binary64))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 c a)) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) c) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -3/8 binary64)) c) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -3/8 binary64)) a) c) |
(+.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 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.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 #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 #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 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))) |
(/.f64 #s(literal 3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 b a) #s(literal 3 binary64)) |
(*.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
| 1× | egg-herbie |
| 6770× | *-lowering-*.f32 |
| 6770× | *-lowering-*.f64 |
| 4996× | +-lowering-+.f64 |
| 4996× | +-lowering-+.f32 |
| 1624× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1099 | 12078 |
| 1 | 4021 | 11448 |
| 0 | 8183 | 11448 |
| 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 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) |
(* -1/2 c) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(* -1/2 c) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(* -1/2 c) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(* -1/2 c) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -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/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(* -3/8 (/ (* a (pow c 2)) (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))))) |
(* 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))))))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 3 (/ 1 a))))) |
(* -9/2 (/ c b)) |
(/ (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -6 (/ b a)) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 6 (/ 1 a))))) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a)))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a))))))) |
(* -9/2 (/ c b)) |
(* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b)))) |
(* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/8 (/ a (pow b 3))) (* c (+ (* -81/16 (/ (pow a 2) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 9/2 (/ 1 b)))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -3 (/ b (* a c))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (* 3 (/ b (* a c))))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) (* 3 (/ b (* a c))))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -9/2 (/ c b)) |
(+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))) |
(- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3))))))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 3 (/ b a)) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))) |
(* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))) |
(* -3 (/ b a)) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))))) |
(* 3 (/ b a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* 3 (/ b a)) (* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b))))) |
(+ (* 3 (/ b a)) (* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b))))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))))) |
(* 3 (/ b a)) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) a) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -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))))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(/ b a) |
(* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(/ b a) |
(+ (* -3/2 (/ c b)) (/ b a)) |
(+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* 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))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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 (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))) |
(/ b a) |
(/ (+ b (* -3/2 (/ (* a c) b))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -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/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 (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* a (pow c 2)) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3/8 (* a (pow c 2))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
| 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 b b)) (/.f64 (*.f64 c a) 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 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 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/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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/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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.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 (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 (*.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #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) (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 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c 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 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -3/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -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 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -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 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c 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 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.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 #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 b (*.f64 c a)))) |
(* 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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64))) (/.f64 b (*.f64 c a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.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))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.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 -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 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 (/.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #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 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) 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))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #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 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 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))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 (*.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 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 (+.f64 #s(literal 2 binary64) (/.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 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 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)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.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 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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #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 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (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 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) b) a)) (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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #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 #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 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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 (+.f64 #s(literal 1 binary64) (/.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 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 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))))))) |
(* -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 (+.f64 #s(literal 1 binary64) (/.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 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 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)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (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 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #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 #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* 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 (*.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 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (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)) |
(* -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)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) |
(* c (- (* -3/8 (/ (* a c) (pow b 2))) 1/2)) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 2))) (* 1/2 (/ 1 c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b b)) (/.f64 #s(literal -1/2 binary64) c))) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* a (+ (* -1/2 (/ c a)) (* -3/8 (/ (pow c 2) (pow b 2))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b b)) (*.f64 (/.f64 c a) #s(literal 1/2 binary64))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b b)) (*.f64 (/.f64 c a) #s(literal 1/2 binary64))) (neg.f64 a)) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 2))) (* 1/2 (/ c a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b b)) (*.f64 (/.f64 c a) #s(literal 1/2 binary64))) (neg.f64 a)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b b)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) |
(+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c a) b)) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c a) b)) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c a) b)) (/.f64 #s(literal -1/2 binary64) b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b)))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 a b)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 a b)))) |
(* a (+ (* -1/2 (/ c (* a b))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 a b)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 c a) b))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 c a) b))))) |
(* -1 (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 c a) b))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 b b)) c) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/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/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 2))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.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 b b)) (/.f64 (*.f64 c a) 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 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 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/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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/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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.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 (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 (*.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #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) (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 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) 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 #s(literal 2/3 binary64) (+.f64 (/.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 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c 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 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #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)))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (*.f64 #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 #s(literal -1/3 binary64) b) c) (+.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (+.f64 (+.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.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 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (*.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))))))) |
(* -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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #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 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (/.f64 (*.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 (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 (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* 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 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) a)) a)) (neg.f64 a)) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 b (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (/.f64 #s(literal -3 binary64) a)))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 3 (/ 1 a))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -3/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 3/2 binary64)))) (/.f64 #s(literal -3 binary64) a)))) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(/ (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (* -27/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -9/2 c) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 2))) (* -3/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 -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -6 (/ b a)) |
(/.f64 (*.f64 #s(literal -6 binary64) b) a) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 6 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 6 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 6 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 6 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 6 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* c (+ (* -27/8 (/ a (pow b 3))) (* c (+ (* -81/16 (/ (pow a 2) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -9/2 binary64) b))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(* c (+ (* -3 (/ b (* a c))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 c a)))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))) (* 3 (/ b (* a c))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 c a))))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) (* 3 (/ b (* a c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 c a)))))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 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)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (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 -3 binary64) (/.f64 b a))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 (/ b a))) c)) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/8 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 #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 c (*.f64 a (*.f64 a a))))) #s(literal 3/2 binary64))) (neg.f64 c)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) c)) (neg.f64 c)) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))) |
(+.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 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 -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a))) |
(*.f64 #s(literal -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)))))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a))) |
(-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 b #s(literal 3 binary64))) a)) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a))) |
(-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal 3/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) (*.f64 b #s(literal 3 binary64))) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.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 b b)) (/.f64 (*.f64 c a) 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 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 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/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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/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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.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 (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 (*.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #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) (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 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 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 -3 binary64)))) #s(literal 3/2 binary64))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -3/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 3/2 binary64))))) |
(+ (* 3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 3/16 binary64) (*.f64 (/.f64 (*.f64 b b) (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))))))))))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -3 (/ b a)) |
(*.f64 #s(literal -3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a)))))) |
(*.f64 b (neg.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ (* -81/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ c (pow b 2))) (+ (* -27/8 (/ (* a (pow c 2)) (pow b 4))) (* 3 (/ 1 a))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* 3 (/ b a)) (* c (- (* -27/8 (/ (* a c) (pow b 3))) (* 9/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -9/2 binary64) b))) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* 3 (/ b a)) (* c (- (* c (+ (* -81/16 (/ (* (pow a 2) c) (pow b 5))) (* -27/8 (/ a (pow b 3))))) (* 9/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -9/2 binary64) b))) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal 3/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 7 binary64))))))))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 b #s(literal 3 binary64))) a) |
(/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -81/16 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) a) |
(* 3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 binary64)) |
(+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 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 -3 binary64)))) #s(literal 3/2 binary64))) |
(+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 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 -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3 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 -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (*.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))))) #s(literal 3/16 binary64)))) |
(* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.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)))) #s(literal 3/8 binary64))) |
(+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (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 (*.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))) #s(literal -3/16 binary64))) (*.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)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 3/8 binary64)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* -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))))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 (/.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))))) |
(+ (* (sqrt (/ c a)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.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 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 b b) (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))))))))))) |
(/ b a) |
(/.f64 b a) |
(* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)))) |
(* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (/ b a)) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (/ 1 a)))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(/ b a) |
(/.f64 b a) |
(+ (* -3/2 (/ c b)) (/ b a)) |
(+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) |
(+ (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) |
(+ (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) (/ b a)) |
(+.f64 (/.f64 b a) (*.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 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) (/.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/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (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 #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/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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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 #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 7 binary64))))))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (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))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ 1 (* a c))) (* (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))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.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 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 a) |
(/.f64 b a) |
(/ (+ b (* -3/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -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 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (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))) |
(+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) |
(-.f64 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))) |
(+.f64 (-.f64 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(+.f64 (-.f64 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (/.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 (/.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))) #s(literal -1/16 binary64)))) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* a (pow c 2)) |
(*.f64 a (*.f64 c c)) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -3/8 (* a (pow c 2))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) |
(* -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 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(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 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 #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)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
Compiled 53936 to 4581 computations (91.5% saved)
45 alts after pruning (41 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1784 | 33 | 1817 |
| Fresh | 13 | 8 | 21 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1799 | 45 | 1844 |
| Status | Accuracy | Program |
|---|---|---|
| 27.5% | (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) | |
| 17.7% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| ▶ | 51.1% | (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
| 9.6% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) | |
| 11.1% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) #s(literal 9 binary64)) | |
| ✓ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| ✓ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| ▶ | 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
| 31.5% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) | |
| 18.9% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) | |
| 36.9% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 37.0% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 9.7% | (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) | |
| ▶ | 27.6% | (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
| 36.9% | (/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) | |
| 51.0% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a) | |
| 50.5% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) #s(literal 3 binary64)) | |
| 51.1% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) | |
| 36.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 50.5% | (/.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)))) | |
| 7.0% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 6.8% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| ▶ | 5.6% | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| ✓ | 51.1% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 31.5% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.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) | |
| 32.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) | |
| 31.1% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) | |
| 34.1% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 36.9% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 37.0% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 51.0% | (/.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))) | |
| 36.9% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) | |
| 36.9% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) | |
| 36.9% | (*.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))) | |
| ▶ | 36.9% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 36.3% | (*.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)) | |
| 36.7% | (*.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)) | |
| 51.0% | (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 binary64)) | |
| 18.4% | (exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
Compiled 2247 to 1187 computations (47.2% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| ✓ | cost-diff | 768 | (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | cost-diff | 0 | (*.f64 c a) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
| ✓ | cost-diff | 256 | (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
| ✓ | 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 | (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
| ✓ | cost-diff | 64 | (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
| 2790× | *-lowering-*.f32 |
| 2790× | *-lowering-*.f64 |
| 1952× | +-lowering-+.f64 |
| 1952× | +-lowering-+.f32 |
| 1574× | sum4-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 237 |
| 1 | 95 | 229 |
| 2 | 244 | 228 |
| 3 | 546 | 209 |
| 4 | 1136 | 209 |
| 5 | 2938 | 209 |
| 0 | 8186 | 209 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) 3) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) |
(- (pow (+ (* b b) (* c (* a -3))) 1/2) b) |
(pow (+ (* b b) (* c (* a -3))) 1/2) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
1/2 |
3 |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
-2/3 |
a |
b |
(/ (/ (* -1/2 (* c a)) b) a) |
(/ (* -1/2 (* c a)) b) |
(* -1/2 (* c a)) |
-1/2 |
(* c a) |
c |
a |
b |
(/ (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) 9) |
(- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
(* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) |
b |
(+ (/ 3 a) (* (/ c (* b b)) -9/2)) |
(/ 3 a) |
3 |
a |
(* (/ c (* b b)) -9/2) |
(/ c (* b b)) |
c |
(* b b) |
-9/2 |
(* 3 (/ b a)) |
(/ b a) |
9 |
(/ (/ (- (sqrt (* -3 (* c a))) b) a) 3) |
(/ (- (sqrt (* -3 (* c a))) b) a) |
(- (sqrt (* -3 (* c a))) b) |
(sqrt (* -3 (* c a))) |
(* -3 (* c a)) |
-3 |
(* c a) |
c |
a |
b |
3 |
| Outputs |
|---|
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) 3) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) a) |
(- (pow (+ (* b b) (* c (* a -3))) 1/2) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) |
(pow (+ (* b b) (* c (* a -3))) 1/2) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
1/2 |
#s(literal 1/2 binary64) |
3 |
#s(literal 3 binary64) |
(* (/ -2/3 a) b) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
-2/3 |
#s(literal -2/3 binary64) |
a |
b |
(/ (/ (* -1/2 (* c a)) b) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ (* -1/2 (* c a)) b) |
(/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) b) |
(* -1/2 (* c a)) |
(*.f64 c (*.f64 a #s(literal -1/2 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(* c a) |
(*.f64 c a) |
c |
a |
b |
(/ (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) 9) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) |
(+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -9/2 binary64)) b)) |
b |
(+ (/ 3 a) (* (/ c (* b b)) -9/2)) |
(+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 b b))) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
3 |
#s(literal 3 binary64) |
a |
(* (/ c (* b b)) -9/2) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) (*.f64 b b)) |
(/ c (* b b)) |
(/.f64 c (*.f64 b b)) |
c |
(* b b) |
(*.f64 b b) |
-9/2 |
#s(literal -9/2 binary64) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
9 |
#s(literal 9 binary64) |
(/ (/ (- (sqrt (* -3 (* c a))) b) a) 3) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (* -3 (* c a))) b) a) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) |
(- (sqrt (* -3 (* c a))) b) |
(-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) |
(sqrt (* -3 (* c a))) |
(sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
(* -3 (* c a)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
-3 |
#s(literal -3 binary64) |
(* c a) |
(*.f64 c a) |
c |
a |
b |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) |
| ✓ | accuracy | 99.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -3 binary64) (*.f64 c a)) |
| ✓ | accuracy | 86.4% | (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal 3 binary64) (/.f64 b a)) |
| ✓ | accuracy | 92.2% | (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
| ✓ | accuracy | 91.7% | (/.f64 c (*.f64 b b)) |
| ✓ | accuracy | 76.5% | (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | accuracy | 100.0% | (*.f64 c a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) |
| ✓ | accuracy | 95.2% | (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
| ✓ | accuracy | 91.8% | (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | accuracy | 99.7% | (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
| ✓ | accuracy | 98.8% | (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) |
| ✓ | accuracy | 88.8% | (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) |
| ✓ | accuracy | 75.1% | (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
| 114.0ms | 44× | 2 | valid |
| 93.0ms | 85× | 0 | valid |
| 71.0ms | 93× | 0 | invalid |
| 32.0ms | 13× | 3 | valid |
| 24.0ms | 21× | 1 | valid |
Compiled 270 to 39 computations (85.6% saved)
ival-div: 50.0ms (34.7% of total)ival-mult: 25.0ms (17.4% of total)ival-add: 20.0ms (13.9% of total)ival-pow: 20.0ms (13.9% of total)backward-pass: 13.0ms (9% of total)ival-sub: 6.0ms (4.2% of total)...c/correct-round.rkt:119:19: 6.0ms (4.2% of total)ival-sqrt: 3.0ms (2.1% of total)const: 1.0ms (0.7% of total)| Inputs |
|---|
#<alt (pow (+ (* b b) (* c (* a -3))) 1/2)> |
#<alt (/ (/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) 3)> |
#<alt (/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a)> |
#<alt (- (pow (+ (* b b) (* c (* a -3))) 1/2) b)> |
#<alt (* (/ -2/3 a) b)> |
#<alt (/ -2/3 a)> |
#<alt (/ (/ (* -1/2 (* c a)) b) a)> |
#<alt (/ (* -1/2 (* c a)) b)> |
#<alt (* -1/2 (* c a))> |
#<alt (* c a)> |
#<alt (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a)))> |
#<alt (/ (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) 9)> |
#<alt (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2)))> |
#<alt (+ (/ 3 a) (* (/ c (* b b)) -9/2))> |
#<alt (/ (/ (- (sqrt (* -3 (* c a))) b) a) 3)> |
#<alt (/ (- (sqrt (* -3 (* c a))) b) a)> |
#<alt (- (sqrt (* -3 (* c a))) b)> |
#<alt (sqrt (* -3 (* c a)))> |
#<alt (/ c (* b b))> |
#<alt (* 3 (/ b a))> |
#<alt (* -3 (* c a))> |
| Outputs |
|---|
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* (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 (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (/ -2/3 a)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* -1/2 (* a c))> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* a c)> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/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 (/ c b))> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (* 3 (/ b a))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* 3 (/ b a))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* 3 (/ b a))> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (* -9/2 (/ c b))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* -9/2 (/ c b))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* 3 (/ b a))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (/ 3 a)> |
#<alt (/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a)> |
#<alt (* -9/2 (/ c (pow b 2)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (* -9/2 (/ c (pow b 2)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (/ 3 a)> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (* -9/2 (/ c (pow b 2)))> |
#<alt (* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2)))))> |
#<alt (* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2)))))> |
#<alt (* -9/2 (/ c (pow b 2)))> |
#<alt (* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c))))))> |
#<alt (* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c))))))> |
#<alt (* -9/2 (/ c (pow b 2)))> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2))> |
#<alt (/ 3 a)> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (/ 3 a)> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 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/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<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/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 -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<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/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (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 (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (* (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 a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -1 (/ b a))> |
#<alt (* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* -1 (/ b a))> |
#<alt (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))))> |
#<alt (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -1 b)> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<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 (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
162 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | a | @ | -inf | (/ (/ (- (sqrt (* -3 (* c a))) b) a) 3) |
| 2.0ms | c | @ | 0 | (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
| 1.0ms | a | @ | 0 | (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
| 1.0ms | c | @ | 0 | (/ (/ (- (sqrt (* -3 (* c a))) b) a) 3) |
| 1.0ms | b | @ | 0 | (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
| 1× | batch-egg-rewrite |
| 1246× | *-lowering-*.f32 |
| 1246× | *-lowering-*.f64 |
| 1080× | /-lowering-/.f32 |
| 1080× | /-lowering-/.f64 |
| 362× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 188 |
| 1 | 239 | 180 |
| 0 | 2072 | 180 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(pow (+ (* b b) (* c (* a -3))) 1/2) |
(/ (/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) 3) |
(/ (- (pow (+ (* b b) (* c (* a -3))) 1/2) b) a) |
(- (pow (+ (* b b) (* c (* a -3))) 1/2) b) |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
(/ (/ (* -1/2 (* c a)) b) a) |
(/ (* -1/2 (* c a)) b) |
(* -1/2 (* c a)) |
(* c a) |
(- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) |
(/ (- (* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) (* 3 (/ b a))) 9) |
(* b (+ (/ 3 a) (* (/ c (* b b)) -9/2))) |
(+ (/ 3 a) (* (/ c (* b b)) -9/2)) |
(/ (/ (- (sqrt (* -3 (* c a))) b) a) 3) |
(/ (- (sqrt (* -3 (* c a))) b) a) |
(- (sqrt (* -3 (* c a))) b) |
(sqrt (* -3 (* c a))) |
(/ c (* b b)) |
(* 3 (/ b a)) |
(* -3 (* c a)) |
| Outputs |
|---|
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 (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 #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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 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/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64))) |
(-.f64 (/.f64 (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 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #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 (-.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 (-.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) #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) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (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 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -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 #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))))) a) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 (-.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 b a)) (*.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 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 b a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (+.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 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.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 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))) |
(*.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 #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(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)) |
(*.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)) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b)) a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (neg.f64 (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) #s(literal 1 binary64)) (*.f64 b a)) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) a) b) |
(pow.f64 (/.f64 a (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 b a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 c a) b) a)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 a b)) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a))))) |
(/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 b (*.f64 #s(literal -1/2 binary64) (*.f64 c a))) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 #s(literal -1/2 binary64) (*.f64 c a))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal -1/2 binary64)) |
(*.f64 c (*.f64 a #s(literal -1/2 binary64))) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c a) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) a) |
(*.f64 (*.f64 #s(literal -1/2 binary64) a) c) |
(*.f64 c a) |
(*.f64 a c) |
(+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (-.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(+.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(+.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (fma.f64 #s(literal -3 binary64) (/.f64 b a) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(+.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (-.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))))) (/.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(fma.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) b (*.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))))) (neg.f64 (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (neg.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (pow.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 3 binary64))) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))))) |
(/.f64 (+.f64 (pow.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64))))) (*.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) (*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) (-.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))))) |
(*.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(+.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(neg.f64 (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 b (/.f64 a #s(literal 3 binary64))))) #s(literal 81 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64)))) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) #s(literal 1/9 binary64)) (+.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) #s(literal 1/9 binary64)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64)))) #s(literal 1/9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) #s(literal -1/9 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/9 binary64) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (/.f64 b (/.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) |
(fma.f64 b (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal 3 binary64) a) b (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a)))) (pow.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))) (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b))) (*.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))) (*.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)))) (-.f64 (/.f64 b (/.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)))) |
(/.f64 (*.f64 b (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))))) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) |
(/.f64 (*.f64 b (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) |
(*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) b) |
(+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(-.f64 (/.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) |
(fma.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64) (/.f64 #s(literal 3 binary64) a)) |
(fma.f64 #s(literal -9/2 binary64) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)) (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 c #s(literal -9/2 binary64))) (*.f64 a (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)))) (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))) (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))))) |
(/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -9/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) (*.f64 a (*.f64 c #s(literal -9/2 binary64)))) (*.f64 a (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 a #s(literal 3 binary64)) (*.f64 c #s(literal -9/2 binary64)))) (*.f64 (/.f64 a #s(literal 3 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 b b) #s(literal -3 binary64))) (*.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) a) (*.f64 (*.f64 b b) #s(literal 3 binary64))) (*.f64 (*.f64 b b) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))))) (neg.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) (neg.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) |
(-.f64 (/.f64 (sqrt.f64 (*.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 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 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal -3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.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 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 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (*.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 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 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 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b) a)) |
(+.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(-.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (/.f64 b a)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 a (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (*.f64 b a)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.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 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 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) #s(literal 3 binary64)) (pow.f64 (/.f64 b a) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a)) (+.f64 (*.f64 (/.f64 b a) (/.f64 b a)) (*.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a)) (*.f64 (/.f64 b a) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (/.f64 b a))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(pow.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (*.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 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 c (*.f64 a #s(literal -3 binary64)))) b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(+.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) |
(-.f64 (/.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fma.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (*.f64 c a) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (pow.f64 (*.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 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 b b)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (pow.f64 (*.f64 c a) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c a) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) |
(*.f64 (pow.f64 c #s(literal 1/2 binary64)) (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (pow.f64 c #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -3 binary64)) #s(literal 1/2 binary64)) (pow.f64 a #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -3 binary64))) (sqrt.f64 c)) |
(*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) |
(*.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b b))) |
(/.f64 c (*.f64 b b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) c) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) |
(/.f64 (/.f64 c b) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) c))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (/.f64 c b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 b b)) |
(pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) c) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 b (/.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal 3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -3 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 b (/.f64 #s(literal 3 binary64) a)) |
(*.f64 #s(literal 3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal 3 binary64)) |
(*.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(sqrt.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1/2 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (*.f64 (pow.f64 (*.f64 c a) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (pow.f64 (*.f64 c a) #s(literal 1/2 binary64)) (pow.f64 (*.f64 c a) #s(literal 1/2 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (sqrt.f64 #s(literal -3 binary64))) (pow.f64 (*.f64 c a) #s(literal 1/2 binary64))) |
| 1× | egg-herbie |
| 7452× | *-lowering-*.f32 |
| 7452× | *-lowering-*.f64 |
| 3870× | +-lowering-+.f64 |
| 3870× | +-lowering-+.f32 |
| 1754× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 715 | 7559 |
| 1 | 2485 | 7275 |
| 0 | 8181 | 7275 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (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)))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(/ -2/3 a) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* -1/2 (* a c)) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* a c) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -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 (/ c b)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(* 3 (/ b a)) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* 3 (/ b a)) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* 3 (/ b a)) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(* -9/2 (/ c b)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* -9/2 (/ c b)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* 3 (/ b a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* -9/2 (/ c b)) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* -9/2 (/ c b)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(/ 3 a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(* -9/2 (/ c (pow b 2))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(* -9/2 (/ c (pow b 2))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(/ 3 a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(* -9/2 (/ c (pow b 2))) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(* -9/2 (/ c (pow b 2))) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(* -9/2 (/ c (pow b 2))) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/ 3 a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(/ 3 a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 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/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1/3 (/ b a)) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* -1/3 (/ b a)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (* (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 (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (* (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 a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(* -1 (/ b a)) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(* -1 b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* -1 b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(/ 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)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| Outputs |
|---|
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a (*.f64 a c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a 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))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) (*.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 (*.f64 a c)) (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 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/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 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (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))))))))) (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 (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)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 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 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 a (*.f64 c #s(literal -3/2 binary64))) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c 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))))) |
(*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))))) |
(* 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 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (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 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (*.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) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (*.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) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (neg.f64 a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.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 a (*.f64 a (*.f64 a c))))) (*.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 (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/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (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 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 -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.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 a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.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))))))) |
(* -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 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) 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 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a c))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 (*.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 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 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)))) |
(* -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 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 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.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 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 #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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) #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 (*.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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) #s(literal 1/6 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/6 binary64))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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/24 binary64)))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (*.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 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (*.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 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2 binary64) a)))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a c)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(* 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 a c)))) (/.f64 b (*.f64 a c)))) |
(* 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 a c)))) (*.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) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (/.f64 b (*.f64 a c)))) |
(* 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 a c)))) (*.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) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (/.f64 b (*.f64 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/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 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a)) 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 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 b a) (/.f64 (+.f64 (*.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 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c))) c)))) |
(* -3/2 (/ c b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -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 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.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 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (/.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #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 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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)))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 c #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)))))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(* 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 a (*.f64 a c))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a (*.f64 a c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (-.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 a c)) (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 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 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)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.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 (sqrt.f64 (/.f64 a c)) (*.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 a (*.f64 a 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 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.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 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.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) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.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 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a (*.f64 a c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a)))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (/.f64 b a)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (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 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.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 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.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 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) b) a)) (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 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c 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 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* -1/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -1/2 binary64))) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* a c) |
(*.f64 a c) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -3 binary64) a)))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -3 binary64) a)))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal -3 binary64) a)))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal -9/2 binary64)) (*.f64 b #s(literal 3 binary64))) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal -9/2 binary64)) (*.f64 b #s(literal 3 binary64))) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 a c) b) #s(literal -9/2 binary64)) (*.f64 b #s(literal 3 binary64))) a) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) c) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) c) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) c) (/.f64 #s(literal -9/2 binary64) b))) |
(* -9/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -9/2 binary64)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a c))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a c))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a c))) (neg.f64 c)) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 a (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 a (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) a) |
(/ (+ 3 (* -9/2 (/ (* a c) (pow b 2)))) a) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 a (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) a) |
(* -9/2 (/ c (pow b 2))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(* -9/2 (/ c (pow b 2))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(* -9/2 (/ c (pow b 2))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 a c)) (/.f64 #s(literal -9/2 binary64) (*.f64 b b)))) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 a c)) (/.f64 #s(literal -9/2 binary64) (*.f64 b b)))) |
(* c (- (* 3 (/ 1 (* a c))) (* 9/2 (/ 1 (pow b 2))))) |
(*.f64 c (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 a c)) (/.f64 #s(literal -9/2 binary64) (*.f64 b b)))) |
(* -9/2 (/ c (pow b 2))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) (*.f64 b b)) (/.f64 #s(literal -3 binary64) (*.f64 a c))) (neg.f64 c)) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) (*.f64 b b)) (/.f64 #s(literal -3 binary64) (*.f64 a c))) (neg.f64 c)) |
(* -1 (* c (- (* 9/2 (/ 1 (pow b 2))) (* 3 (/ 1 (* a c)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) (*.f64 b b)) (/.f64 #s(literal -3 binary64) (*.f64 a c))) (neg.f64 c)) |
(* -9/2 (/ c (pow b 2))) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) (*.f64 b b)) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.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 (*.f64 #s(literal -1/3 binary64) b) a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.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 (*.f64 #s(literal -1/3 binary64) b) a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/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 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b)) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -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/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 -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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 c a)))) (/.f64 b a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -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/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)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) b) a) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 b #s(literal 1/3 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 b #s(literal 1/3 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 (*.f64 b #s(literal 1/3 binary64)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) b) a) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(* 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 a c)))) (/.f64 b (*.f64 a c)))) |
(* 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 a c)))) (/.f64 b (*.f64 a c)))) |
(* 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 a c)))) (/.f64 b (*.f64 a c)))) |
(* -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 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 b (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(/ (- (* (sqrt (* a c)) (sqrt -3)) b) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) a) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.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 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 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)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* b (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* 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 (/ 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))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (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 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b c)))) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (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 (+ (* (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 (+ (* (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))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (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))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (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))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(/ 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)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
Compiled 20656 to 2183 computations (89.4% saved)
61 alts after pruning (57 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1022 | 25 | 1047 |
| Fresh | 4 | 32 | 36 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 3 | 4 |
| Total | 1031 | 61 | 1092 |
| Status | Accuracy | Program |
|---|---|---|
| 21.3% | (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) | |
| 27.5% | (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) | |
| 17.7% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 31.6% | (/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) | |
| 9.6% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) | |
| 11.1% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) #s(literal 9 binary64)) | |
| 20.4% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (*.f64 b a)) (*.f64 a a)) #s(literal 3 binary64)) | |
| 16.1% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) b) a) #s(literal 3 binary64)) | |
| 21.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -3 binary64))) (sqrt.f64 c)) b) a) #s(literal 3 binary64)) | |
| ✓ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) | |
| 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) | |
| ▶ | 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
| 31.5% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) | |
| 36.1% | (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) | |
| 36.9% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 37.0% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 9.7% | (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) | |
| 36.9% | (/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) | |
| 2.0% | (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 50.5% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) #s(literal 3 binary64)) | |
| ▶ | 51.1% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
| 3.9% | (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 36.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 50.5% | (/.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)))) | |
| 17.5% | (/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 7.0% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 6.8% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 3.4% | (/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 2.1% | (/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| ▶ | 5.6% | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| ✓ | 51.1% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 31.5% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.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) | |
| ▶ | 26.5% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
| 32.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) | |
| 31.1% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) | |
| 34.1% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 36.9% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 37.0% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 34.1% | (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) | |
| 36.9% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 27.7% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) | |
| 31.5% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) | |
| 36.9% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) | |
| 5.3% | (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) | |
| 36.3% | (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) | |
| 30.6% | (*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) | |
| ▶ | 36.9% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| 36.9% | (*.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))) | |
| 27.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) | |
| ✓ | 36.9% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 36.7% | (*.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)) | |
| 27.8% | (*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) | |
| 51.0% | (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 binary64)) | |
| 18.4% | (exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
Compiled 2940 to 1614 computations (45.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) |
| ✓ | cost-diff | 128 | (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| ✓ | cost-diff | 768 | (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | cost-diff | 0 | (/.f64 a b) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
| ✓ | 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))))) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (-.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))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
| 2388× | *-lowering-*.f32 |
| 2388× | *-lowering-*.f64 |
| 1892× | fma-lowering-fma.f32 |
| 1892× | fma-lowering-fma.f64 |
| 1674× | fmsub-define |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 254 |
| 1 | 99 | 243 |
| 2 | 248 | 242 |
| 3 | 591 | 219 |
| 4 | 1558 | 217 |
| 5 | 4650 | 217 |
| 0 | 8034 | 217 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) a) |
(- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
3 |
(/ b 3) |
(* (/ b a) -2/3) |
(/ b a) |
b |
a |
-2/3 |
(/ (* (* c -1/2) (/ a b)) a) |
(* (* c -1/2) (/ a b)) |
(* c -1/2) |
c |
-1/2 |
(/ a b) |
a |
b |
(/ (- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) 9) |
(- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) |
(* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) |
b |
(+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2)) |
(/ 3 a) |
3 |
a |
(* (/ 1 (/ b (/ c b))) -9/2) |
(/ 1 (/ b (/ c b))) |
1 |
(/ b (/ c b)) |
(/ c b) |
c |
-9/2 |
(* 3 (/ b a)) |
(/ b a) |
9 |
(/ (/ (- (sqrt (* c (* a -3))) b) 3) a) |
(/ (- (sqrt (* c (* a -3))) b) 3) |
(- (sqrt (* c (* a -3))) b) |
(sqrt (* c (* a -3))) |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
b |
3 |
| Outputs |
|---|
(/ (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) a) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) a) |
(- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) |
(+.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))) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(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) |
(/ b 3) |
(/.f64 b #s(literal 3 binary64)) |
(* (/ b a) -2/3) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(/ b a) |
(/.f64 b a) |
b |
a |
-2/3 |
#s(literal -2/3 binary64) |
(/ (* (* c -1/2) (/ a b)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(* (* c -1/2) (/ a b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) b) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
(/ a b) |
(/.f64 a b) |
a |
b |
(/ (- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) 9) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) |
(/.f64 #s(literal -9/2 binary64) (/.f64 b c)) |
(* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) |
(+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) (/.f64 #s(literal -9/2 binary64) (/.f64 b c))) |
b |
(+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2)) |
(+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 b (/.f64 c b)))) |
(/ 3 a) |
(/.f64 #s(literal 3 binary64) a) |
3 |
#s(literal 3 binary64) |
a |
(* (/ 1 (/ b (/ c b))) -9/2) |
(/.f64 #s(literal -9/2 binary64) (/.f64 b (/.f64 c b))) |
(/ 1 (/ b (/ c b))) |
(/.f64 c (*.f64 b b)) |
1 |
#s(literal 1 binary64) |
(/ b (/ c b)) |
(/.f64 b (/.f64 c b)) |
(/ c b) |
(/.f64 c b) |
c |
-9/2 |
#s(literal -9/2 binary64) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/ b a) |
(/.f64 b a) |
9 |
#s(literal 9 binary64) |
(/ (/ (- (sqrt (* c (* a -3))) b) 3) a) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 a #s(literal 3 binary64))) |
(/ (- (sqrt (* c (* a -3))) b) 3) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) |
(- (sqrt (* c (* a -3))) b) |
(-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) |
(sqrt (* c (* a -3))) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
b |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
| ✓ | accuracy | 86.4% | (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.8% | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal 3 binary64) (/.f64 b a)) |
| ✓ | accuracy | 92.2% | (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) |
| ✓ | accuracy | 76.5% | (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | accuracy | 100.0% | (/.f64 a b) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 95.2% | (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) |
| ✓ | accuracy | 91.8% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 98.7% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
| ✓ | accuracy | 88.8% | (-.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))) |
| ✓ | accuracy | 75.1% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 103.0ms | 44× | 2 | valid |
| 78.0ms | 85× | 0 | valid |
| 76.0ms | 93× | 0 | invalid |
| 44.0ms | 13× | 3 | valid |
| 25.0ms | 21× | 1 | valid |
Compiled 288 to 40 computations (86.1% saved)
ival-div: 62.0ms (46.5% of total)ival-mult: 34.0ms (25.5% of total)backward-pass: 13.0ms (9.8% of total)...c/correct-round.rkt:119:19: 7.0ms (5.3% of total)ival-sub: 6.0ms (4.5% of total)ival-sqrt: 6.0ms (4.5% of total)ival-add: 4.0ms (3% of total)const: 2.0ms (1.5% of total)| Inputs |
|---|
#<alt (/ (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) a)> |
#<alt (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3))> |
#<alt (/ (sqrt (+ (* b b) (* c (* a -3)))) 3)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (* (/ b a) -2/3)> |
#<alt (/ b a)> |
#<alt (/ (* (* c -1/2) (/ a b)) a)> |
#<alt (* (* c -1/2) (/ a b))> |
#<alt (* c -1/2)> |
#<alt (/ a b)> |
#<alt (- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a)))> |
#<alt (/ (- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) 9)> |
#<alt (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2)))> |
#<alt (/ 1 (/ b (/ c b)))> |
#<alt (/ (/ (- (sqrt (* c (* a -3))) b) 3) a)> |
#<alt (/ (- (sqrt (* c (* a -3))) b) 3)> |
#<alt (- (sqrt (* c (* a -3))) b)> |
#<alt (sqrt (* c (* a -3)))> |
#<alt (* c (* a -3))> |
#<alt (* 3 (/ b a))> |
| 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/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))) (* 1/3 (/ b c))))> |
#<alt (* 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 (/ b c))))> |
#<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/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) 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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) (* 1/3 (/ b a))))> |
#<alt (* 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 (/ b a))))> |
#<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/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 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -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)))))))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 1/3 b)> |
#<alt (* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1/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/3 b)> |
#<alt (* -1 (* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1/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/3 b)> |
#<alt (+ (* -1/2 (/ (* a c) b)) (* 1/3 b))> |
#<alt (+ (* 1/3 b) (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ (* 1/3 b) (* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* 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 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 1/3 b)> |
#<alt (+ (* -1/2 (/ (* a c) b)) (* 1/3 b))> |
#<alt (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* 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 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt 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 (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/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 (/ c b))> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b)> |
#<alt (* 3 (/ b a))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))> |
#<alt (* 3 (/ b a))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))))> |
#<alt (* 3 (/ b a))> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a)> |
#<alt (* -9/2 (/ c b))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* -9/2 (/ c b))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* 3 (/ b a))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (+ (* -9/2 (/ c b)) (* 3 (/ b a)))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b))))> |
#<alt (* -9/2 (/ c b))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b)))))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (/ c (pow b 2))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 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/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<alt (* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a))> |
#<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/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 -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<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/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) 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/3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (* 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/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b))> |
#<alt (* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) 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/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (* 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/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (* -1/3 b)> |
#<alt (* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3))> |
#<alt (* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3))> |
#<alt (* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3))> |
#<alt (* -1/3 b)> |
#<alt (* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (- (* (sqrt (* a c)) (sqrt -3)) b)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -1 b)> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
#<alt (* 3 (/ b a))> |
153 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 11.0ms | a | @ | -inf | (/ (/ (- (sqrt (* c (* a -3))) b) 3) a) |
| 4.0ms | b | @ | inf | (/ (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) a) |
| 0.0ms | c | @ | inf | (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
| 0.0ms | c | @ | -inf | (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
| 0.0ms | a | @ | -inf | (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
| 1× | batch-egg-rewrite |
| 2932× | /-lowering-/.f32 |
| 2932× | /-lowering-/.f64 |
| 2694× | *-lowering-*.f32 |
| 2694× | *-lowering-*.f64 |
| 2626× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 181 |
| 1 | 249 | 169 |
| 2 | 2292 | 169 |
| 0 | 9000 | 169 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) a) |
(- (/ (sqrt (+ (* b b) (* c (* a -3)))) 3) (/ b 3)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(* (/ b a) -2/3) |
(/ b a) |
(/ (* (* c -1/2) (/ a b)) a) |
(* (* c -1/2) (/ a b)) |
(* c -1/2) |
(/ a b) |
(- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) |
(/ (- (* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) (* 3 (/ b a))) 9) |
(* b (+ (/ 3 a) (* (/ 1 (/ b (/ c b))) -9/2))) |
(/ 1 (/ b (/ c b))) |
(/ (/ (- (sqrt (* c (* a -3))) b) 3) a) |
(/ (- (sqrt (* c (* a -3))) b) 3) |
(- (sqrt (* c (* a -3))) b) |
(sqrt (* c (* a -3))) |
(* c (* a -3)) |
(* 3 (/ b a)) |
| Outputs |
|---|
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal 3 binary64))))) |
(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 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 (/.f64 b #s(literal 3 binary64)) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 (/.f64 b #s(literal 3 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)) (-.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)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 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 3 binary64))) |
(/.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 3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (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 27 binary64)) (*.f64 a (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 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 (-.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 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) 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))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal 1 binary64)) (*.f64 #s(literal 9 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))) #s(literal 27 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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)))) a)) |
(/.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) #s(literal 1 binary64)) (*.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 (neg.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 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 27 binary64))) (neg.f64 (*.f64 a (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64))) (neg.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))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a)))) (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a) (/.f64 (/.f64 b #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 b #s(literal 3 binary64)) a))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a) (/.f64 (/.f64 b #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 b #s(literal 3 binary64)) a))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 (*.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)) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 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))) #s(literal 27 binary64)) (/.f64 #s(literal 1 binary64) a)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) 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 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 b #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.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))))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64))) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.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 1 binary64))) (neg.f64 (*.f64 #s(literal 9 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 27 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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)))) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) #s(literal 1 binary64))) (neg.f64 (*.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 (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (+.f64 (*.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a) (/.f64 (/.f64 b #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 b #s(literal 3 binary64)) a)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)))) (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 b #s(literal 3 binary64)) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.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)) (/.f64 #s(literal 1 binary64) a))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 27 binary64)) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (neg.f64 (*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(pow.f64 (*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (/.f64 (-.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 (-.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)) (/.f64 #s(literal 1 binary64) (-.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 #s(literal 1 binary64) a) (pow.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))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 a (+.f64 (*.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 -1 binary64)) #s(literal 1/9 binary64)) |
(*.f64 (pow.f64 (/.f64 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))) #s(literal 27 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (pow.f64 (/.f64 a (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #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 (*.f64 #s(literal -1/3 binary64) b) (/.f64 b #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)) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64) (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 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) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (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) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(-.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) #s(literal 9 binary64))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) #s(literal 3/2 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(fma.f64 b #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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) (/.f64 b #s(literal -3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) (/.f64 b #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64) (+.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 b #s(literal 3 binary64)))) |
(fma.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 1/9 binary64) (+.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 b #s(literal 3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64) (/.f64 b #s(literal -3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) |
(fma.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 27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (*.f64 #s(literal -1/3 binary64) b) (/.f64 b #s(literal 3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b #s(literal -3 binary64))) |
(fma.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) b) (/.f64 b #s(literal 3 binary64)))) |
(fma.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.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) b) (/.f64 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 #s(literal 9 binary64) (+.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)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (-.f64 (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 27 binary64)))) |
(/.f64 #s(literal 1 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 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 9 binary64) (+.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))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (-.f64 (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 27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 (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 (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 27 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (/.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 27 binary64)) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (-.f64 (/.f64 (*.f64 b b) #s(literal 9 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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)) #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) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) b)) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) b))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 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)))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (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 (-.f64 #s(literal 0 binary64) (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 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (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 (-.f64 (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 27 binary64))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 27 binary64))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (-.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64))) (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 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (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))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (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 27 binary64)))) (neg.f64 (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (neg.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)))) (neg.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 (neg.f64 (-.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))) #s(literal 3 binary64)) |
(/.f64 (neg.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))) (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) b))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) b)) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal -3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal -3 binary64)))) |
(/.f64 (neg.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 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 3 binary64) b)) #s(literal -3 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (neg.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 #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 #s(literal 9 binary64) (+.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 -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (-.f64 (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 27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 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 (+.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 1/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 27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (*.f64 (/.f64 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.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 (neg.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 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal -3 binary64)) |
(pow.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 3 binary64) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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))))) #s(literal 3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) |
(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 (*.f64 (*.f64 b b) 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)))) |
(/.f64 (neg.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))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 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/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #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)))))) (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 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (*.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)) |
(/.f64 #s(literal 2/3 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2/3 binary64) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -2/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64))) |
(*.f64 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 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 b a) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (-.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 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) (*.f64 b a)) |
(/.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (*.f64 a b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) a)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 b a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) a))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a b) a))) |
(*.f64 c (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 c (/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) a)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (/.f64 (/.f64 a b) a))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (/.f64 a b) a)) |
(*.f64 (/.f64 a b) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 b a)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(/.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 b a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) (/.f64 b a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 b (*.f64 a (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 c (/.f64 a b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) |
(*.f64 (/.f64 a b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) |
(*.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (/.f64 a b) c) #s(literal -1/2 binary64)) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 a b) |
(/.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (*.f64 a #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 b a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 a b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) a) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(+.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(+.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (fma.f64 (neg.f64 (/.f64 #s(literal 3 binary64) a)) b (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(+.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(+.f64 (fma.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) b (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal 3 binary64))))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (/.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (/.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 b (/.f64 #s(literal 3 binary64) a) (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(fma.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 b a) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(fma.f64 #s(literal 3 binary64) (/.f64 b a) (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(fma.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(fma.f64 (/.f64 b a) #s(literal -3 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(fma.f64 (/.f64 b a) #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(fma.f64 (/.f64 #s(literal 3 binary64) a) b (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) b (/.f64 #s(literal -3 binary64) (/.f64 a b))) |
(fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) b (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) b (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 3 binary64) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(fma.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (+.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 #s(literal 1 binary64) a) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (-.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (-.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))) (neg.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (+.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (-.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) (neg.f64 (-.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))) (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 b (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (fma.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 b a) #s(literal 9 binary64)) #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) #s(literal -1 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(fma.f64 b (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal -9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))))) |
(/.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) #s(literal 81 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) (neg.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))) (neg.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) #s(literal 729 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64))) (+.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)))) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) #s(literal 1/9 binary64)) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) #s(literal 1/9 binary64)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 (neg.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) #s(literal -81 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) #s(literal 729 binary64)) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))) #s(literal 1/27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64)))) (*.f64 (*.f64 (/.f64 b a) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))))) (neg.f64 (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a))))) #s(literal 1/9 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a)))) #s(literal 1/9 binary64))) (neg.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b))) #s(literal 1/9 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(*.f64 #s(literal 1/9 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))))) (*.f64 #s(literal -27 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))))) (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) (/.f64 #s(literal 3 binary64) (/.f64 a b))))) |
(+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(+.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 b (/.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(fma.f64 b (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 #s(literal 3 binary64) (/.f64 b a) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(fma.f64 (/.f64 b a) #s(literal 3 binary64) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(fma.f64 (/.f64 #s(literal 3 binary64) a) b (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(fma.f64 (/.f64 c (*.f64 b b)) (*.f64 #s(literal -9/2 binary64) b) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 #s(literal -9/2 binary64) (*.f64 (/.f64 c (*.f64 b b)) b) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) b (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) |
(fma.f64 (*.f64 b (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(fma.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)))) (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)))) |
(/.f64 (*.f64 b (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c)))))) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) |
(/.f64 (*.f64 b (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c))))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)) (*.f64 a (*.f64 a a))) (*.f64 (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 b b))))) (neg.f64 (+.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 b b) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))))) (neg.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -9/2 binary64)) (/.f64 (*.f64 b b) c))))) |
(/.f64 (neg.f64 (*.f64 b (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))))) (neg.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))))) (neg.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b)) (neg.f64 (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b)) (neg.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)))) |
(*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 c (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(/.f64 (/.f64 c b) b) |
(/.f64 (/.f64 c b) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 b b))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 c (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 b c)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 b (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 b c))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) (/.f64 b c)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64))) (neg.f64 (/.f64 b c))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) c))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (*.f64 b b) c))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) b) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (pow.f64 (/.f64 #s(literal -1 binary64) (/.f64 c b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1/2 binary64))) |
(*.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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) a) (/.f64 (/.f64 b #s(literal 3 binary64)) a)) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal -3 binary64)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.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) (neg.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) (neg.f64 (neg.f64 (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.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 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1 binary64))) (neg.f64 (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (/.f64 #s(literal 1 binary64) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) (/.f64 #s(literal 1 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b)) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 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 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) (+.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64) (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) |
(+.f64 (fma.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (sqrt.f64 c) (/.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) (fma.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 c) (/.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/3 binary64) (/.f64 b #s(literal -3 binary64))) |
(fma.f64 (sqrt.f64 c) (/.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))))) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.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 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 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 (/.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) (+.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 b #s(literal 3 binary64)))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 3 binary64) b)) #s(literal 3 binary64))) (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (*.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 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) #s(literal 2 binary64)) (+.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) #s(literal 2 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) #s(literal 1/3 binary64))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.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 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) |
(-.f64 (/.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(fma.f64 (sqrt.f64 c) (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (*.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 c (*.f64 a #s(literal -3 binary64))) (*.f64 b (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(*.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 c) (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 c)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(*.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 a) (pow.f64 (*.f64 #s(literal -3 binary64) c) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (*.f64 #s(literal -3 binary64) c))) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) c)) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 a)) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 c)) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) c))) (sqrt.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) |
(exp.f64 (log.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) #s(literal 1/2 binary64))) |
(fabs.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(sqrt.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 1/2 binary64)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 #s(literal -3 binary64) (pow.f64 (*.f64 c a) #s(literal 1 binary64))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (*.f64 c (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 c (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (pow.f64 (*.f64 #s(literal -3 binary64) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) c)) (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 (*.f64 #s(literal -3 binary64) c) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 c a) #s(literal 1 binary64)) #s(literal -3 binary64)) |
(*.f64 (pow.f64 (sqrt.f64 c) #s(literal 1 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) c)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 c #s(literal -3 binary64)) #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal 1/2 binary64)) (pow.f64 #s(literal 9 binary64) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 c)) |
(*.f64 (pow.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 c a)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 a #s(literal -3 binary64)))) (sqrt.f64 c)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(/.f64 b (/.f64 a #s(literal 3 binary64))) |
(/.f64 #s(literal -3 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal 3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -3 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 b #s(literal -3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (neg.f64 (/.f64 a #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 a #s(literal 3 binary64)))) |
(pow.f64 (/.f64 a (*.f64 b #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 3 binary64) a)) |
(*.f64 #s(literal 3 binary64) (/.f64 b a)) |
(*.f64 (/.f64 b a) #s(literal 3 binary64)) |
(*.f64 (/.f64 #s(literal 3 binary64) a) b) |
(*.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
| 1× | egg-herbie |
| 7554× | *-lowering-*.f32 |
| 7554× | *-lowering-*.f64 |
| 4186× | +-lowering-+.f64 |
| 4186× | +-lowering-+.f32 |
| 1836× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 693 | 7454 |
| 1 | 2480 | 7197 |
| 0 | 8164 | 7197 |
| 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/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))) (* 1/3 (/ b c)))) |
(* 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 (/ b c)))) |
(* -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/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) 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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) (* 1/3 (/ b a)))) |
(* 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 (/ b a)))) |
(* -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/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 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -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 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 1/3 b) |
(* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1/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/3 b) |
(* -1 (* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1/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/3 b) |
(+ (* -1/2 (/ (* a c) b)) (* 1/3 b)) |
(+ (* 1/3 b) (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 1/3 b) (* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* 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)))))) |
(* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(* 1/3 b) |
(+ (* -1/2 (/ (* a c) b)) (* 1/3 b)) |
(+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* 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)))))) |
(* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
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)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 (/ (* a c) b)) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -9/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -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 (/ c b)) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(* 3 (/ b a)) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(* 3 (/ b a)) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(* 3 (/ b a)) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(* -9/2 (/ c b)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* -9/2 (/ c b)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* 3 (/ b a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(* -9/2 (/ c b)) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(* -9/2 (/ c b)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(/ c (pow b 2)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 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/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1/3 (/ b a)) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(* -1/3 (/ b a)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) 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/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b c)) (* 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/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) 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/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/3 (/ b a)) (* 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/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(* -1/3 b) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(* -1/3 b) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(* -1 b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(* -1 b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* (sqrt (* a c)) (sqrt -3)) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
(* 3 (/ b a)) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (+.f64 (*.f64 (/.f64 #s(literal -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)))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c (*.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 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.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 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.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 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #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 (*.f64 c #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))))) |
(* -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 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #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 (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 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b 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 a #s(literal -9/16 binary64)) (/.f64 (*.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 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #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 b)) (/.f64 (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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.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) 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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) #s(literal -1/3 binary64)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.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/24 binary64))) (*.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 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 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 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.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 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a 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))) (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 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.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 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 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 #s(literal -1/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))) (* 1/3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* 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 (/ b c)))) |
(*.f64 c (+.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/24 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) b)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (+.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/24 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)))))) (neg.f64 c)) (*.f64 #s(literal -1/3 binary64) b)) c)))) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (*.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 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* 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)))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* 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 (/ 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/24 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/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 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 (* a (+ (* -1 (/ (- (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (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 b)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/3 binary64) b)) 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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/3 binary64))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/24 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) a) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) (*.f64 #s(literal -1/3 binary64) b)) a)) (neg.f64 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/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 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/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -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))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.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/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/6 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/24 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/48 binary64)))))))) |
(* 1/3 b) |
(*.f64 #s(literal 1/3 binary64) b) |
(* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) |
(* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) |
(* b (+ 1/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 b (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))))) |
(* -1/3 b) |
(*.f64 #s(literal -1/3 binary64) b) |
(* -1 (* b (+ 1/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) |
(* -1 (* b (+ 1/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1/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 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) b)) |
(* 1/3 b) |
(*.f64 #s(literal 1/3 binary64) b) |
(+ (* -1/2 (/ (* a c) b)) (* 1/3 b)) |
(+.f64 (*.f64 #s(literal 1/3 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ (* 1/3 b) (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ (* 1/3 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 (*.f64 #s(literal 1/3 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* 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/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* 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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 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/24 binary64)))))) |
(* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (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/48 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/24 binary64)))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/6 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/6 binary64))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/24 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)))))))))) |
(* -1 (* c (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/6 binary64))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/24 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)))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/48 binary64)))) (neg.f64 c)) |
(* 1/3 b) |
(*.f64 #s(literal 1/3 binary64) b) |
(+ (* -1/2 (/ (* a c) b)) (* 1/3 b)) |
(+.f64 (*.f64 #s(literal 1/3 binary64) b) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))))) |
(+ (* 1/3 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 (*.f64 #s(literal 1/3 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (*.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/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/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 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)))))) |
(* 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 (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))) |
(* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 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 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/48 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* a (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/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/24 binary64))))))) |
(* -1 (* a (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/24 binary64))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/48 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)) |
(* (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 (/.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/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 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 c a)) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 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 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (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))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.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) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 binary64))) (+.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 (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 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (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 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (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 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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)) |
(* -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)) |
(/ 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) |
(* -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 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 (/ (* a c) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(/ a b) |
(/.f64 a b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(/ (+ (* -9/2 c) (* 3 (/ (pow b 2) a))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) a)) b) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* b (+ (* -9/2 (/ c (pow b 2))) (* 3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (/.f64 #s(literal -3 binary64) a)))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (/.f64 #s(literal -3 binary64) a)))) |
(* -1 (* b (- (* 9/2 (/ c (pow b 2))) (* 3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (/.f64 #s(literal -3 binary64) a)))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 b #s(literal 3 binary64))) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 b #s(literal 3 binary64))) a) |
(/ (+ (* -9/2 (/ (* a c) b)) (* 3 b)) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c a)) b) (*.f64 b #s(literal 3 binary64))) a) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(+ (* -9/2 (/ c b)) (* 3 (/ b a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (/.f64 (*.f64 b #s(literal 3 binary64)) a)) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c a)) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c a)) (/.f64 #s(literal -9/2 binary64) b))) |
(* c (- (* 3 (/ b (* a c))) (* 9/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 c a)) (/.f64 #s(literal -9/2 binary64) b))) |
(* -9/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -9/2 binary64)) b) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (*.f64 #s(literal -3 binary64) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (*.f64 #s(literal -3 binary64) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (/ b (* a c))) (* 9/2 (/ 1 b))))) |
(*.f64 (+.f64 (/.f64 #s(literal 9/2 binary64) b) (*.f64 #s(literal -3 binary64) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(/ c (pow b 2)) |
(/.f64 c (*.f64 b b)) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* 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 (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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #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 (*.f64 c #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))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c #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))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c #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))))) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (/ (- (* (sqrt (* a c)) (sqrt -3)) b) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #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/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/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/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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) b) a) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* b (- (* 1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal -1/3 binary64) a))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -1/3 binary64) b) a) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 1/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) 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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* 1/3 (- (* (sqrt (* a c)) (sqrt -3)) b)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) 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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 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 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 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 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 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/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 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b)) |
(* -1/3 b) |
(*.f64 #s(literal -1/3 binary64) b) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (*.f64 c a))) #s(literal -1/3 binary64))) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (*.f64 c a))) #s(literal -1/3 binary64))) |
(* b (- (* 1/3 (* (sqrt (* a c)) (/ (sqrt -3) b))) 1/3)) |
(*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (sqrt.f64 (*.f64 c a))) #s(literal -1/3 binary64))) |
(* -1/3 b) |
(*.f64 #s(literal -1/3 binary64) b) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1/3 (* -1/3 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) 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 (/ 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 (/ 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))) |
(* -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 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -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 (+ (* (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)) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(- (* (sqrt (* a c)) (sqrt -3)) b) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c 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 (/ 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 (/ 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))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 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 (+ (* (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)) |
(* (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) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* b (- (* (sqrt (* a c)) (/ (sqrt -3) b)) 1)) |
(*.f64 b (+.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) #s(literal -1 binary64))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (* -1 (* (sqrt (* a c)) (/ (sqrt -3) b)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (-.f64 #s(literal 0 binary64) b)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c 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 (* (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 (* (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 (* (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))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c 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 (* (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 (* (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 (* (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))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
(* 3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 3 binary64)) a) |
Compiled 32282 to 3529 computations (89.1% saved)
71 alts after pruning (62 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1406 | 19 | 1425 |
| Fresh | 9 | 43 | 52 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1415 | 71 | 1486 |
| Status | Accuracy | Program |
|---|---|---|
| 21.8% | (/.f64 (fma.f64 (sqrt.f64 c) (/.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) a) | |
| 21.3% | (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) | |
| 27.5% | (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) | |
| 17.7% | (/.f64 (/.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 #s(literal 3 binary64) a)) | |
| 31.6% | (/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) | |
| 9.6% | (/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) | |
| 21.9% | (/.f64 (/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 c)) b) #s(literal 3 binary64)) a) | |
| 11.1% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) #s(literal 9 binary64)) | |
| 16.1% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) b) a) #s(literal 3 binary64)) | |
| 16.1% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) b) #s(literal 3 binary64)) a) | |
| 21.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -3 binary64))) (sqrt.f64 c)) b) a) #s(literal 3 binary64)) | |
| ✓ | 51.1% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 31.5% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) | |
| 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) | |
| 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) | |
| ✓ | 31.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
| 36.1% | (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) | |
| 13.7% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) | |
| 18.9% | (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) | |
| 34.0% | (/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) | |
| 36.9% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) | |
| 37.0% | (/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) | |
| 9.7% | (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) | |
| 36.9% | (/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) | |
| 31.5% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) a) | |
| 10.1% | (/.f64 (-.f64 (/.f64 (+.f64 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) | |
| 3.8% | (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 1.2% | (/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.5% | (/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 50.5% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) #s(literal 3 binary64)) | |
| ✓ | 51.1% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
| 3.9% | (/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 36.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 50.5% | (/.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)))) | |
| 7.0% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 6.8% | (/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 3.4% | (/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 2.1% | (/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| ✓ | 5.6% | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
| 5.6% | (/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (*.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))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 8.7% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) | |
| ✓ | 51.1% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 31.5% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 26.1% | (/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) | |
| 36.1% | (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 36.1% | (/.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) | |
| ✓ | 26.5% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
| 26.5% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) | |
| 32.9% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) | |
| 31.1% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) | |
| 34.1% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 36.9% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 37.0% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 34.1% | (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) | |
| 36.9% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 31.5% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) | |
| 27.7% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) | |
| 36.9% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) | |
| 36.9% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 5.3% | (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) | |
| 36.3% | (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) | |
| 28.3% | (*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) | |
| 36.9% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) | |
| ✓ | 36.9% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| 27.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) | |
| ✓ | 36.9% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 36.7% | (*.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)) | |
| 51.0% | (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 binary64)) | |
| 18.4% | (exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
Compiled 3876 to 1483 computations (61.7% 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 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 a #s(literal 3 binary64)) (-.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))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) a) (*.f64 b a)) (*.f64 a a)) #s(literal 3 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)) (*.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 (/.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)) (*.f64 a #s(literal 3 binary64))) (*.f64 a b)) (*.f64 a (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (*.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))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (/.f64 (*.f64 b b) (*.f64 #s(literal 9 binary64) (*.f64 a a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -3 binary64))) (sqrt.f64 c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 c #s(literal -3 binary64))) (sqrt.f64 a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 c)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 c) (/.f64 (pow.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) a) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (pow.f64 (/.f64 #s(literal 3 binary64) a) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 b a) (/.f64 b a))))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))))) #s(literal 9 binary64)) |
(/.f64 (/.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 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #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 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
5 calls:
| 51.0ms | (*.f64 #s(literal 3 binary64) a) |
| 48.0ms | c |
| 36.0ms | b |
| 31.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)) |
| 31.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.3% | 4 | a |
| 86.8% | 3 | b |
| 55.4% | 3 | c |
| 76.1% | 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)) |
| 58.3% | 4 | (*.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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal 1/9 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 a #s(literal 3 binary64)) (-.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 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 41.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #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 c #s(literal -1/2 binary64)) b) |
1 calls:
| 33.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 20.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.7% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 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:
| 43.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.7% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.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) a) #s(literal 1/3 binary64)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #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 1/3 binary64)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 33.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.7% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b))) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 19.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -3 binary64)) a)) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64))) b) #s(literal 3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 19.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 18.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 22.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 (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:
| 17.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.4% | 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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 #s(literal -6 binary64) b) a) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) b)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 a b) a) (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a b)) a) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b a)) c) a) |
(/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 #s(literal -1/2 binary64) (*.f64 c a)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) a)) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) a) |
(/.f64 (-.f64 (*.f64 (/.f64 c b) #s(literal -9/2 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/2 binary64)) b) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) b) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/2 binary64))) b) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (+.f64 #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 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 b (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64)))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1/3 binary64) (*.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))))) (/.f64 b #s(literal 3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (/.f64 (*.f64 c #s(literal -3/2 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))))) a) #s(literal 3 binary64)) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c))) (/.f64 b #s(literal 9 binary64))) (*.f64 (/.f64 b a) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 c b))) #s(literal -9/2 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 (/.f64 (*.f64 b (*.f64 c #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 b (/.f64 a #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.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)) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -9/2 binary64)) (/.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) (*.f64 (*.f64 b b) (/.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 b (/.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (-.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (/.f64 #s(literal 81/4 binary64) (*.f64 (/.f64 (*.f64 b b) c) (/.f64 (*.f64 b b) c)))) b) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 9/2 binary64) (/.f64 c (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 27 binary64) (*.f64 a (*.f64 a a))) (/.f64 #s(literal -729/8 binary64) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c c))))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (-.f64 (/.f64 #s(literal -9/2 binary64) (/.f64 (*.f64 b b) c)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c (*.f64 b b))) #s(literal 81/4 binary64)))) b) (+.f64 (/.f64 #s(literal 9 binary64) (*.f64 a a)) (*.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (-.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 #s(literal 3 binary64) a))))) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))) (*.f64 b b)) (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64))))))) b) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -1/8 binary64)) (/.f64 (*.f64 #s(literal -27/512 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) b) (/.f64 (*.f64 c (*.f64 c a)) b)))) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9/64 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c c) #s(literal 1/4 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 b b) (*.f64 c (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))))))) b) |
(*.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 #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 16.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.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 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 c b)) #s(literal 3 binary64)) |
| Outputs |
|---|
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 12.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.5% | 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) |
| Outputs |
|---|
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
3 calls:
| 2.0ms | a |
| 2.0ms | c |
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.9% | 1 | c |
| 36.9% | 1 | a |
| 36.9% | 1 | b |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0.1%)
Threshold costs -0b (-0.1%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
3 calls:
| 2.0ms | b |
| 2.0ms | a |
| 1.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 36.9% | 1 | b |
| 36.9% | 1 | a |
| 36.9% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 54.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 24.0ms | -1.1007978414981345e+77 | -1.7920907999303945e+61 |
| 36.0ms | 32× | 1 | valid |
| 24.0ms | 227× | 0 | valid |
| 4.0ms | 44× | 0 | invalid |
| 4.0ms | 13× | 2 | valid |
Compiled 573 to 411 computations (28.3% saved)
ival-mult: 37.0ms (73% of total)ival-div: 3.0ms (5.9% of total)ival-sqrt: 3.0ms (5.9% of total)ival-sub: 2.0ms (3.9% of total)ival-neg: 2.0ms (3.9% of total)ival-add: 2.0ms (3.9% of total)backward-pass: 1.0ms (2% of total)const: 1.0ms (2% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 23.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 21.0ms | -1.6193178822531966e+95 | -5.590887793872695e+86 |
| 22.0ms | 217× | 0 | valid |
| 5.0ms | 17× | 2 | valid |
| 4.0ms | 22× | 1 | valid |
| 2.0ms | 28× | 0 | invalid |
Compiled 524 to 387 computations (26.1% saved)
ival-mult: 9.0ms (42.2% of total)ival-div: 3.0ms (14.1% of total)ival-sqrt: 3.0ms (14.1% of total)ival-sub: 2.0ms (9.4% of total)ival-neg: 2.0ms (9.4% of total)ival-add: 2.0ms (9.4% of total)backward-pass: 1.0ms (4.7% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 54.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 8.0ms | -1.6193178822531966e+95 | -5.590887793872695e+86 |
| 35.0ms | 15× | 2 | valid |
| 12.0ms | 132× | 0 | valid |
| 6.0ms | 29× | 1 | valid |
| 3.0ms | 29× | 0 | invalid |
Compiled 353 to 256 computations (27.5% saved)
ival-add: 32.0ms (70.6% of total)ival-mult: 5.0ms (11% of total)ival-div: 2.0ms (4.4% of total)ival-sqrt: 2.0ms (4.4% of total)ival-sub: 1.0ms (2.2% of total)backward-pass: 1.0ms (2.2% of total)ival-neg: 1.0ms (2.2% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 24.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 36.0ms | -1.1007978414981345e+77 | -1.7920907999303945e+61 |
| 21.0ms | 227× | 0 | valid |
| 6.0ms | 29× | 1 | valid |
| 5.0ms | 16× | 2 | valid |
| 3.0ms | 39× | 0 | invalid |
Compiled 539 to 394 computations (26.9% saved)
ival-mult: 8.0ms (38.1% of total)ival-div: 3.0ms (14.3% of total)ival-sqrt: 3.0ms (14.3% of total)ival-sub: 2.0ms (9.5% of total)ival-neg: 2.0ms (9.5% of total)ival-add: 2.0ms (9.5% of total)backward-pass: 1.0ms (4.8% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 39.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 24.0ms | -1.6193178822531966e+95 | -5.590887793872695e+86 |
| 24.0ms | 206× | 0 | valid |
| 19.0ms | 34× | 1 | valid |
| 5.0ms | 16× | 2 | valid |
| 4.0ms | 50× | 0 | invalid |
Compiled 508 to 371 computations (27% saved)
ival-mult: 13.0ms (49.2% of total)ival-div: 3.0ms (11.4% of total)ival-sqrt: 3.0ms (11.4% of total)ival-sub: 2.0ms (7.6% of total)ival-neg: 2.0ms (7.6% of total)ival-add: 2.0ms (7.6% of total)backward-pass: 1.0ms (3.8% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 24.0ms | 2.6965156003132692e-77 | 8.528296352239277e-76 |
| 24.0ms | -3.9957909046198045e+81 | -2.5206477135638875e+77 |
| 25.0ms | 194× | 0 | valid |
| 6.0ms | 18× | 2 | valid |
| 6.0ms | 28× | 1 | valid |
| 2.0ms | 28× | 0 | invalid |
Compiled 477 to 348 computations (27% saved)
ival-sqrt: 10.0ms (38.8% of total)ival-mult: 7.0ms (27.1% of total)ival-div: 3.0ms (11.6% of total)ival-sub: 2.0ms (7.8% of total)ival-neg: 2.0ms (7.8% of total)ival-add: 2.0ms (7.8% of total)backward-pass: 1.0ms (3.9% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 33.0ms | 7.429131389289166e-133 | 9.610928994634176e-131 |
| 26.0ms | -5.974568926358241e+24 | -1.5624113143293002e-12 |
| 25.0ms | 257× | 0 | valid |
| 14.0ms | 22× | 1 | valid |
| 5.0ms | 60× | 0 | invalid |
| 3.0ms | 9× | 2 | valid |
Compiled 516 to 399 computations (22.7% saved)
ival-sub: 12.0ms (38.8% of total)ival-mult: 8.0ms (25.9% of total)ival-div: 3.0ms (9.7% of total)ival-sqrt: 3.0ms (9.7% of total)ival-neg: 2.0ms (6.5% of total)ival-add: 2.0ms (6.5% of total)backward-pass: 1.0ms (3.2% of total)const: 1.0ms (3.2% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 24.0ms | 7.429131389289166e-133 | 9.610928994634176e-131 |
| 50.0ms | -5.974568926358241e+24 | -1.5624113143293002e-12 |
| 48.0ms | 258× | 0 | valid |
| 7.0ms | 76× | 0 | invalid |
| 7.0ms | 28× | 1 | valid |
| 1.0ms | 2× | 2 | valid |
Compiled 498 to 381 computations (23.5% saved)
ival-mult: 32.0ms (69.6% of total)ival-div: 3.0ms (6.5% of total)ival-sqrt: 3.0ms (6.5% of total)ival-sub: 2.0ms (4.4% of total)ival-neg: 2.0ms (4.4% of total)ival-add: 2.0ms (4.4% of total)backward-pass: 1.0ms (2.2% of total)const: 1.0ms (2.2% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 7.429131389289166e-133 | 9.610928994634176e-131 |
| 35.0ms | -5.974568926358241e+24 | -1.5624113143293002e-12 |
| 35.0ms | 262× | 0 | valid |
| 5.0ms | 51× | 0 | invalid |
| 3.0ms | 17× | 1 | valid |
| 3.0ms | 9× | 2 | valid |
Compiled 498 to 381 computations (23.5% saved)
ival-div: 14.0ms (44.6% of total)ival-mult: 8.0ms (25.5% of total)ival-sqrt: 3.0ms (9.6% of total)ival-sub: 2.0ms (6.4% of total)ival-neg: 2.0ms (6.4% of total)ival-add: 2.0ms (6.4% of total)backward-pass: 1.0ms (3.2% of total)const: 1.0ms (3.2% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 7.429131389289166e-133 | 9.610928994634176e-131 |
| 26.0ms | -5.974568926358241e+24 | -1.5624113143293002e-12 |
| 25.0ms | 269× | 0 | valid |
| 5.0ms | 56× | 0 | invalid |
| 2.0ms | 12× | 1 | valid |
| 2.0ms | 7× | 2 | valid |
Compiled 498 to 381 computations (23.5% saved)
ival-mult: 8.0ms (39.8% of total)ival-div: 3.0ms (14.9% of total)ival-sqrt: 3.0ms (14.9% of total)ival-sub: 2.0ms (10% of total)ival-neg: 2.0ms (10% of total)ival-add: 2.0ms (10% of total)backward-pass: 1.0ms (5% of total)const: 1.0ms (5% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 7.429131389289166e-133 | 9.610928994634176e-131 |
| 26.0ms | -5.974568926358241e+24 | -1.5624113143293002e-12 |
| 32.0ms | 261× | 0 | valid |
| 7.0ms | 76× | 0 | invalid |
| 4.0ms | 20× | 1 | valid |
| 2.0ms | 7× | 2 | valid |
Compiled 498 to 381 computations (23.5% saved)
ival-mult: 16.0ms (54% of total)ival-div: 3.0ms (10.1% of total)ival-sqrt: 3.0ms (10.1% of total)ival-sub: 2.0ms (6.7% of total)ival-neg: 2.0ms (6.7% of total)ival-add: 2.0ms (6.7% of total)backward-pass: 1.0ms (3.4% of total)const: 1.0ms (3.4% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 57.0ms | 1.2604462462772905e-285 | 6.219550303341454e-264 |
| 41.0ms | 173× | 0 | valid |
| 8.0ms | 85× | 0 | invalid |
| 1.0ms | 3× | 1 | valid |
Compiled 246 to 193 computations (21.5% saved)
ival-mult: 5.0ms (35.6% of total)ival-div: 2.0ms (14.2% of total)ival-sqrt: 2.0ms (14.2% of total)ival-add: 1.0ms (7.1% of total)ival-sub: 1.0ms (7.1% of total)ival-neg: 1.0ms (7.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 37.0ms | 1.2604462462772905e-285 | 6.219550303341454e-264 |
| 16.0ms | 176× | 0 | valid |
| 12.0ms | 121× | 0 | invalid |
Compiled 224 to 171 computations (23.7% saved)
ival-mult: 6.0ms (34.8% of total)ival-div: 4.0ms (23.2% of total)ival-add: 2.0ms (11.6% of total)ival-sqrt: 2.0ms (11.6% of total)ival-neg: 2.0ms (11.6% of total)ival-sub: 1.0ms (5.8% of total)const: 1.0ms (5.8% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 28× | *-commutative_binary64 |
| 22× | +-commutative_binary64 |
| 20× | sub-neg_binary64 |
| 6× | neg-sub0_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 129 | 420 |
| 1 | 150 | 420 |
| 2 | 166 | 420 |
| 3 | 172 | 420 |
| 4 | 176 | 420 |
| 5 | 177 | 420 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -1399999999999999909982068325904821881828345779716482785383103944720384 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1026666132072581/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -129999999999999995217760575342036601406349481461840403738631972706044422124475983710190420623360 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 6518515124270355/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -100000000000000002021887912715594698857609632321435774113777685620800400499816430935869782753280 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5051849221309525/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -9500000000000000544994064783134181012819936339512895317261518991792275456 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4888886343202767/16296287810675888690147565507275025288411747149327490005089123594835050398106693649467179008 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -86000000000000000256684862697764139595835675685229545215993005913689124724785055303559953776640 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7170366636697391/130370302485407109521180524058200202307293977194619920040712988758680403184853549195737432064 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 -3799999999999999658746226936107099740187701272956725709319955091447999262309220352 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3650368469591399/65185151242703554760590262029100101153646988597309960020356494379340201592426774597868716032 binary64)) (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2030995376952577/4835703278458516698824704 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -8689154328480147/75557863725914323419136 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -3200000 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 8591052010469611/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5534023222112865/2305843009213693952 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2011652563838743/309485009821345068724781056 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 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 6857655085992111/5357543035931336604742125245300009052807024058527668037218751941851755255624680612465991894078479290637973364587765734125935726428461570217992288787349287401967283887412115492710537302531185570938977091076523237491790970633699383779582771973038531457285598238843271083830214915826312193418602834034688 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 6801568307334705/10463951242053391806136963369726580181263718864311851635192874886429209483641954321222640418122029864527291727710479949464718215680589004332016189037791576956967351342601788071700268169006221818240189631008834448226154239518944108944497601509840881752510934060240763835605888507473266002770708660224 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -1399999999999999909982068325904821881828345779716482785383103944720384 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1026666132072581/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -129999999999999995217760575342036601406349481461840403738631972706044422124475983710190420623360 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 6518515124270355/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 binary64)) (/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -100000000000000002021887912715594698857609632321435774113777685620800400499816430935869782753280 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5051849221309525/8148143905337944345073782753637512644205873574663745002544561797417525199053346824733589504 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -9500000000000000544994064783134181012819936339512895317261518991792275456 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4888886343202767/16296287810675888690147565507275025288411747149327490005089123594835050398106693649467179008 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -86000000000000000256684862697764139595835675685229545215993005913689124724785055303559953776640 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 7170366636697391/130370302485407109521180524058200202307293977194619920040712988758680403184853549195737432064 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 -3799999999999999658746226936107099740187701272956725709319955091447999262309220352 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3650368469591399/65185151242703554760590262029100101153646988597309960020356494379340201592426774597868716032 binary64)) (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2030995376952577/4835703278458516698824704 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1/2 binary64)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -8689154328480147/75557863725914323419136 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) c)) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -8689154328480147/75557863725914323419136 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -3200000 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 8591052010469611/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -3200000 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 8591052010469611/99895953610111751404211111353381321783955140565279076827493022708011895642232499843849795298031743077114461795885011932654335221737225129801285632 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c))) b) a) #s(literal 3 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5534023222112865/2305843009213693952 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 c a))) b) #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -5534023222112865/2305843009213693952 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 #s(literal -3 binary64) (*.f64 a c))) b) #s(literal 3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2011652563838743/309485009821345068724781056 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1186264449120077/12486994201263968925526388919172665222994392570659884603436627838501486955279062480481224412253967884639307724485626491581791902717153141225160704 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 6857655085992111/5357543035931336604742125245300009052807024058527668037218751941851755255624680612465991894078479290637973364587765734125935726428461570217992288787349287401967283887412115492710537302531185570938977091076523237491790970633699383779582771973038531457285598238843271083830214915826312193418602834034688 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 6801568307334705/10463951242053391806136963369726580181263718864311851635192874886429209483641954321222640418122029864527291727710479949464718215680589004332016189037791576956967351342601788071700268169006221818240189631008834448226154239518944108944497601509840881752510934060240763835605888507473266002770708660224 binary64)) (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
| 6770× | *-lowering-*.f32 |
| 6770× | *-lowering-*.f64 |
| 5990× | *-lowering-*.f32 |
| 5990× | *-lowering-*.f64 |
| 4996× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3241 |
| 1 | 1915 | 3067 |
| 2 | 7259 | 3055 |
| 0 | 8106 | 3055 |
| 0 | 1099 | 12078 |
| 1 | 4021 | 11448 |
| 0 | 8183 | 11448 |
| 0 | 13 | 43 |
| 1 | 63 | 39 |
| 2 | 545 | 39 |
| 3 | 7665 | 39 |
| 0 | 8163 | 39 |
| 0 | 34 | 207 |
| 1 | 204 | 188 |
| 2 | 1774 | 188 |
| 0 | 8679 | 188 |
| 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 | 39 | 181 |
| 1 | 249 | 169 |
| 2 | 2292 | 169 |
| 0 | 9000 | 169 |
| 0 | 38 | 188 |
| 1 | 239 | 180 |
| 0 | 2072 | 180 |
| 1× | fuel |
| 1× | iter 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 1781 to 1087 computations (39% saved)
Compiled 886 to 280 computations (68.4% saved)
Loading profile data...