
Time bar (total: 16.9s)
| 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: 39.0ms (48.3% of total)ival-sqrt: 11.0ms (13.6% of total)ival-div: 8.0ms (9.9% of total)ival-neg: 8.0ms (9.9% of total)ival-sub: 7.0ms (8.7% of total)ival-add: 7.0ms (8.7% of total)const: 2.0ms (2.5% of total)backward-pass: 1.0ms (1.2% of total)| 777.0ms | 1856× | 2 | valid |
| 631.0ms | 5592× | 0 | valid |
| 183.0ms | 808× | 1 | valid |
| 111.0ms | 947× | 0 | invalid |
ival-mult: 400.0ms (34.3% of total)ival-sqrt: 190.0ms (16.3% of total)ival-neg: 143.0ms (12.2% of total)ival-div: 129.0ms (11% of total)ival-sub: 126.0ms (10.8% of total)ival-add: 89.0ms (7.6% of total)backward-pass: 77.0ms (6.6% of total)const: 14.0ms (1.2% of total)| 2× | egg-herbie |
| 2336× | fnmadd-define |
| 1694× | fma-define |
| 1674× | div-sub |
| 1628× | sum5-define |
| 1602× | fmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 165 |
| 1 | 180 | 150 |
| 2 | 521 | 140 |
| 3 | 1433 | 140 |
| 4 | 4580 | 140 |
| 0 | 12 | 16 |
| 1 | 31 | 15 |
| 2 | 70 | 14 |
| 3 | 169 | 14 |
| 4 | 293 | 14 |
| 5 | 522 | 14 |
| 6 | 1036 | 14 |
| 7 | 2219 | 14 |
| 8 | 5237 | 14 |
| 9 | 7777 | 14 |
| 0 | 8193 | 14 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| Inputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
| Outputs |
|---|
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) c)))) (* 3 a)) |
(/ (- (sqrt (fma a (* c -3) (square b))) b) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* a -3)) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(/ (+ b (sqrt (fma a (* c -3) (square b)))) (* 3 a)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* 3 a)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* 3 a)) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(/ (+ b (sqrt (fma a (* c -3) (square b)))) (* a -3)) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(/ (- (sqrt (fma 3 (* a c) (square b))) b) (* a -3)) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (- a (sqrt (fma b (* c -3) (square a)))) (* b -3)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (- (sqrt (fma a (* c -3) (square b))) b) (* 3 c)) |
(/ (+ (neg c) (sqrt (- (* c c) (* (* 3 a) b)))) (* 3 a)) |
(/ (- (sqrt (fma b (* a -3) (square c))) c) (* 3 a)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 113 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 45 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| 26 | 0 | - | 1 | (2.01978522389629e-35 7.529715312850677e+181 2.032839371536794e-101) | (/.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)) |
| 3 | 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 |
| 88.0ms | 134× | 2 | valid |
| 50.0ms | 338× | 0 | valid |
| 40.0ms | 40× | 1 | valid |
Compiled 160 to 38 computations (76.3% saved)
backward-pass: 28.0ms (33.8% of total)ival-mult: 18.0ms (21.7% of total)ival-neg: 14.0ms (16.9% of total)ival-sqrt: 7.0ms (8.4% of total)ival-div: 6.0ms (7.2% of total)ival-add: 5.0ms (6% of total)ival-sub: 4.0ms (4.8% of total)const: 1.0ms (1.2% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 48.9% | (/.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.1% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 90.7% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 83.8% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.8% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 49.0ms | 67× | 2 | valid |
| 47.0ms | 169× | 0 | valid |
| 6.0ms | 20× | 1 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 17.0ms (38.7% of total)ival-sub: 13.0ms (29.6% of total)backward-pass: 5.0ms (11.4% of total)ival-sqrt: 4.0ms (9.1% of total)ival-div: 3.0ms (6.8% of total)ival-add: 2.0ms (4.6% of total)const: 1.0ms (2.3% 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 | |
|---|---|---|---|---|
| 3.0ms | a | @ | -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 | @ | inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | a | @ | -inf | (sqrt (+ (* b b) (* c (* a -3)))) |
| 1× | batch-egg-rewrite |
| 4866× | *-lowering-*.f32 |
| 4866× | *-lowering-*.f64 |
| 3206× | /-lowering-/.f32 |
| 3206× | /-lowering-/.f64 |
| 1202× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 43 |
| 1 | 63 | 39 |
| 2 | 545 | 39 |
| 3 | 7665 | 39 |
| 0 | 8165 | 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)
19 alts after pruning (18 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 510 | 18 | 528 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 510 | 19 | 529 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 48.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| ▶ | 48.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| ▶ | 25.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
| 48.8% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 34.0% | (/.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)) | |
| 47.3% | (/.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))) | |
| 12.6% | (/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 48.9% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 23.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 13.0% | (/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) | |
| 28.2% | (/.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.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ▶ | 31.6% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 31.7% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 48.7% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 48.8% | (*.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)) | |
| 48.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 31.3% | (*.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 655 to 449 computations (31.5% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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)) |
| ✓ | cost-diff | 0 | (*.f64 b b) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (*.f64 b b)) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 128 | (sqrt.f64 (*.f64 b b)) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal -3/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| 2666× | *-lowering-*.f32 |
| 2666× | *-lowering-*.f64 |
| 2010× | /-lowering-/.f32 |
| 2010× | /-lowering-/.f64 |
| 1058× | sum3-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 209 |
| 1 | 64 | 199 |
| 2 | 150 | 197 |
| 3 | 418 | 193 |
| 4 | 1005 | 193 |
| 5 | 2478 | 193 |
| 6 | 3381 | 193 |
| 7 | 4094 | 193 |
| 8 | 5409 | 193 |
| 9 | 7881 | 193 |
| 0 | 8067 | 193 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
3 |
(/ (* b -2/3) a) |
(* b -2/3) |
b |
-2/3 |
a |
(/ (/ (* c (* a -3/2)) b) (* 3 a)) |
(/ (* c (* a -3/2)) b) |
(* c (* a -3/2)) |
c |
(* a -3/2) |
a |
-3/2 |
b |
(* 3 a) |
3 |
(/ (- (sqrt (* b b)) b) (* 3 a)) |
(- (sqrt (* b b)) b) |
(sqrt (* b b)) |
(* b b) |
b |
(* 3 a) |
3 |
a |
(/ (/ (- (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 |
| Outputs |
|---|
(/ (/ (- (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) |
(/ (* 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 (* a -3/2)) b) (* 3 a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (* c (* a -3/2)) b) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* c (* a -3/2)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
c |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
a |
-3/2 |
#s(literal -3/2 binary64) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (- (sqrt (* b b)) b) (* 3 a)) |
(/.f64 (-.f64 (fabs.f64 b) b) (*.f64 a #s(literal 3 binary64))) |
(- (sqrt (* b b)) b) |
(-.f64 (fabs.f64 b) b) |
(sqrt (* b b)) |
(fabs.f64 b) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
a |
(/ (/ (- (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) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.1% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 90.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 83.8% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.8% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 b b) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 3 binary64) a) |
| ✓ | accuracy | 99.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 52.1% | (sqrt.f64 (*.f64 b b)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 3 binary64) a) |
| ✓ | accuracy | 99.6% | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | accuracy | 93.5% | (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
| ✓ | accuracy | 80.6% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| ✓ | accuracy | 99.6% | (*.f64 b #s(literal -2/3 binary64)) |
| ✓ | accuracy | 99.1% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 90.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
| ✓ | accuracy | 83.8% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 58.8% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 106.0ms | 65× | 2 | valid |
| 90.0ms | 124× | 0 | valid |
| 84.0ms | 67× | 1 | valid |
Compiled 232 to 28 computations (87.9% saved)
ival-div: 63.0ms (45.3% of total)ival-mult: 39.0ms (28.1% of total)backward-pass: 14.0ms (10.1% of total)ival-sqrt: 8.0ms (5.8% of total)...c/correct-round.rkt:119:19: 7.0ms (5% of total)ival-sub: 5.0ms (3.6% of total)ival-add: 2.0ms (1.4% of total)const: 1.0ms (0.7% of total)| Inputs |
|---|
#<alt (/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a)> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (/ (* b -2/3) a)> |
#<alt (* b -2/3)> |
#<alt (/ (/ (* c (* a -3/2)) b) (* 3 a))> |
#<alt (/ (* c (* a -3/2)) b)> |
#<alt (* c (* a -3/2))> |
#<alt (* a -3/2)> |
#<alt (sqrt (* b b))> |
#<alt (/ (- (sqrt (* b b)) b) (* 3 a))> |
#<alt (- (sqrt (* b b)) b)> |
#<alt (* b b)> |
#<alt (/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3)> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* 3 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/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt (* -3/2 a)> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt b> |
#<alt (* -1 b)> |
#<alt (* -1 b)> |
#<alt (* -1 b)> |
#<alt (* -1 b)> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (* -2 b)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (pow b 2)> |
#<alt (* 1/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 (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
117 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 28.0ms | a | @ | -inf | (* c (* a -3/2)) |
| 5.0ms | a | @ | 0 | (* a -3/2) |
| 2.0ms | b | @ | -inf | (/ (* b -2/3) a) |
| 1.0ms | c | @ | 0 | (/ (/ (* c (* a -3/2)) b) (* 3 a)) |
| 1.0ms | c | @ | 0 | (/ (* c (* a -3/2)) b) |
| 1× | batch-egg-rewrite |
| 4562× | *-lowering-*.f32 |
| 4562× | *-lowering-*.f64 |
| 4494× | /-lowering-/.f32 |
| 4494× | /-lowering-/.f64 |
| 1540× | frac-times |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 27 | 137 |
| 1 | 152 | 127 |
| 2 | 1248 | 125 |
| 0 | 8230 | 125 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) a) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) 3) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(/ (* b -2/3) a) |
(* b -2/3) |
(/ (/ (* c (* a -3/2)) b) (* 3 a)) |
(/ (* c (* a -3/2)) b) |
(* c (* a -3/2)) |
(* a -3/2) |
(sqrt (* b b)) |
(/ (- (sqrt (* b b)) b) (* 3 a)) |
(- (sqrt (* b b)) b) |
(* b b) |
(/ (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 3) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(+ (* b b) (* c (* a -3))) |
(* 3 a) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 b #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal -3 binary64))) |
(neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 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 (-.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) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 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 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 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 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.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)) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))))) |
(/.f64 #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 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.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))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 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 (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) a) (*.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 3 binary64))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #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) (*.f64 (-.f64 #s(literal 0 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 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 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 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #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 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 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 b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (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 (*.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)))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.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 (*.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)))) #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 (+.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 b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (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 (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 (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 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))))) #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))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal -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 (/.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 (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 (*.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 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 #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 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.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 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.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)))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.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)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(/.f64 (*.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)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.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 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (neg.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (-.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 3 binary64) b)) #s(literal 1 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)) (*.f64 #s(literal 3 binary64) b)) #s(literal 1 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 a #s(literal 1 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) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (*.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))) #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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #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)) #s(literal 27 binary64)) (/.f64 (*.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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))) (/.f64 a #s(literal 1 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))) #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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a)) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 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 1/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)))))))) 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 1/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 a #s(literal 1 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 1/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 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) #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 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/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 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 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 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 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 #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 #s(literal 3 binary64) b))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #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 #s(literal 3 binary64) b))) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) #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)) #s(literal 27 binary64)) (/.f64 (*.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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 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)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (/.f64 a #s(literal 1 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(/.f64 (*.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 b) #s(literal 9 binary64)))) (*.f64 a (+.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 #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 b) #s(literal 9 binary64)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (*.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))) #s(literal 1/3 binary64))) (*.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 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))) #s(literal 1/3 binary64))) (*.f64 (/.f64 a #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 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 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 #s(literal -1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #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))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 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)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(/.f64 (*.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 b) #s(literal 9 binary64)))) (*.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 3 binary64)) (/.f64 b #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))) #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.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) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) (neg.f64 (*.f64 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))))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (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) #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 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 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/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 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 (-.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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (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 (*.f64 b b) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (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))))) b) #s(literal -1 binary64)) (/.f64 #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 binary64)) (/.f64 #s(literal 1/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 #s(literal 1 binary64) (/.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))))) (/.f64 (/.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (/.f64 (/.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 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) b))) (fma.f64 #s(literal -1/3 binary64) b (*.f64 #s(literal 1/3 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) b) #s(literal 9 binary64))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (+.f64 (/.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64))))) (/.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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #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 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))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64))) (+.f64 (/.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) #s(literal -3 binary64)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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 #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))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 3 binary64) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 #s(literal 3 binary64) b))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (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)) #s(literal 27 binary64)) (/.f64 (*.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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)) (pow.f64 (neg.f64 (/.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (-.f64 (*.f64 (neg.f64 (/.f64 b #s(literal 3 binary64))) (neg.f64 (/.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)) (neg.f64 (/.f64 b #s(literal 3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) |
(*.f64 (-.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 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 (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)))))) #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (fma.f64 (neg.f64 (sqrt.f64 b)) (sqrt.f64 b) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (-.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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (pow.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 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 (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b (*.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 b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (+.f64 (*.f64 b b) (-.f64 (+.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 (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))))))))))) |
(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 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #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 (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 (*.f64 c 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 (*.f64 c 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 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 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2/3 binary64) (/.f64 b a))) |
(neg.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b 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 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 1 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) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #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 #s(literal -2/3 binary64) (/.f64 b 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 #s(literal 2/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal 2/3 binary64) a)) |
(*.f64 b #s(literal -2/3 binary64)) |
(*.f64 #s(literal -2/3 binary64) b) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))))) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(neg.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a b) (*.f64 c a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a b) (*.f64 c a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (neg.f64 (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) a)) |
(/.f64 #s(literal -1/3 binary64) (*.f64 a (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) a)) b) |
(/.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) (*.f64 b a)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64)) (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 b a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) (*.f64 b #s(literal 3 binary64))) |
(/.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal -1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 a b)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 a b)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 #s(literal 3 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (neg.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) a))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a)) #s(literal -3 binary64)) |
(pow.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 a #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 a b) (*.f64 c a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a b) a))) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 c (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 c (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 a a)) (/.f64 c b)) |
(*.f64 (/.f64 c b) (*.f64 #s(literal -1/2 binary64) (/.f64 a a))) |
(*.f64 (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) (/.f64 (*.f64 c a) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 c a) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 c a) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 3 binary64)) (/.f64 c a)) |
(*.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) a)) |
(*.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) a) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) a)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 (pow.f64 (/.f64 a c) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) c) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal 1 binary64) b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 a (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (*.f64 (/.f64 a (*.f64 c a)) #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (neg.f64 c) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 a b) a))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (sqrt.f64 b)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 b))) |
(*.f64 (/.f64 a a) (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 a b))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) a) (/.f64 (*.f64 c a) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 (/.f64 c b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 (*.f64 c (/.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 3 binary64)) (/.f64 c (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 c b) a)) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 c (/.f64 #s(literal 1 binary64) b)) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) (/.f64 #s(literal -3/2 binary64) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 a (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) c) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 c a) b)) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 #s(literal -3/2 binary64) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal -3/2 binary64) b) a)) |
(*.f64 (/.f64 (*.f64 c a) #s(literal 3 binary64)) (/.f64 #s(literal -3/2 binary64) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 c a) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b)) a)) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 a (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) #s(literal 3 binary64)) (/.f64 a (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 c #s(literal -3 binary64)) (/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a)) |
(*.f64 (/.f64 c (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -3 binary64)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) a)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) b)) |
(*.f64 (/.f64 (neg.f64 c) a) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (neg.f64 c) #s(literal 3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (neg.f64 c) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) |
(*.f64 (/.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) (*.f64 a #s(literal 3 binary64))) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 (neg.f64 (*.f64 c a)) (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(pow.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) c) |
(*.f64 (/.f64 c (sqrt.f64 b)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (sqrt.f64 b))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (sqrt.f64 b)) (/.f64 c (sqrt.f64 b))) |
(*.f64 (/.f64 a (sqrt.f64 b)) (/.f64 (*.f64 #s(literal -3/2 binary64) c) (sqrt.f64 b))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (sqrt.f64 b)) (/.f64 (*.f64 c a) (sqrt.f64 b))) |
(*.f64 (/.f64 (*.f64 c a) (sqrt.f64 b)) (/.f64 #s(literal -3/2 binary64) (sqrt.f64 b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (sqrt.f64 b)) (/.f64 a (sqrt.f64 b))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) b)) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal -1 binary64)) (/.f64 (neg.f64 c) b)) |
(*.f64 (/.f64 (*.f64 c a) #s(literal -1 binary64)) (/.f64 #s(literal 3/2 binary64) b)) |
(*.f64 (/.f64 (neg.f64 c) #s(literal -1 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(*.f64 (/.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) (/.f64 c b)) |
(*.f64 (/.f64 (neg.f64 (*.f64 c a)) #s(literal -1 binary64)) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (sqrt.f64 b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 b))) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(*.f64 a #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) a) |
b |
(exp.f64 (log.f64 b)) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 1 binary64))) |
(fabs.f64 b) |
(fabs.f64 (-.f64 #s(literal 0 binary64) b)) |
(fabs.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(fabs.f64 (-.f64 b #s(literal 0 binary64))) |
(sqrt.f64 (*.f64 b b)) |
(pow.f64 b #s(literal 1 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 b) #s(literal 2 binary64)) |
(pow.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 1/4 binary64)) |
(*.f64 (sqrt.f64 b) (sqrt.f64 b)) |
(*.f64 #s(literal 1 binary64) b) |
(*.f64 (pow.f64 (sqrt.f64 b) #s(literal 1/2 binary64)) (pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 b) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 b)) (sqrt.f64 (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (sqrt.f64 (pow.f64 b #s(literal 3/2 binary64))) (sqrt.f64 (sqrt.f64 b))) |
(+.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) #s(literal 3 binary64))) (/.f64 (sqrt.f64 b) a) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) a)) (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (fma.f64 b (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 b (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64)))) (sqrt.f64 b) (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) |
(+.f64 (fma.f64 (sqrt.f64 b) (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (sqrt.f64 b) (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64)))) (sqrt.f64 b) (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 b) a) (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 b) a) (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64)))) (sqrt.f64 b) (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (/.f64 (sqrt.f64 b) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (/.f64 (sqrt.f64 b) a) (neg.f64 (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) (fma.f64 (neg.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64)))) (sqrt.f64 b) (*.f64 (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (sqrt.f64 b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 b b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b b))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b b)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a))))) (/.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 b b) #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 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (+.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(fma.f64 b (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (sqrt.f64 b) (/.f64 (sqrt.f64 b) (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 b) a) (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 b) #s(literal 3 binary64)) (/.f64 (sqrt.f64 b) a) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (-.f64 b b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b b) a))) |
(/.f64 (-.f64 b b) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 b b)) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 b b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b b))) |
(/.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 b b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b b) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b b) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b b)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #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 (-.f64 b b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 b b) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 b b)) |
(/.f64 (/.f64 (-.f64 b b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 b a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 b (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 a #s(literal -3 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #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 b #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 1 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 b 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 b a) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) a)) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #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)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b b) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 b b) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (+.f64 b b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) a)) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 b b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b b)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 b b)) a)) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 b b)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 b b)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (+.f64 b b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 3 binary64)) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (neg.f64 (+.f64 b b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)) (neg.f64 (+.f64 b b)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 a (+.f64 b b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 a (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 a (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 a (neg.f64 (+.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal 3 binary64) (+.f64 b b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal 3 binary64) (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 #s(literal 3 binary64) (neg.f64 (+.f64 b b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 b b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (+.f64 b b)))) |
(/.f64 (*.f64 (-.f64 b b) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b b) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 b b) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (+.f64 b b))) |
(/.f64 (neg.f64 (/.f64 (-.f64 b b) a)) #s(literal -3 binary64)) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 binary64)) (pow.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (-.f64 (*.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (/.f64 b (*.f64 a #s(literal 3 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal 3 binary64)))))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 b b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 b b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 b b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 b b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 b b) a) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b b))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 b b) #s(literal -3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 b b)) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b b)) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 a #s(literal 3 binary64))) (/.f64 (-.f64 b b) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(*.f64 (/.f64 (+.f64 b b) (*.f64 a #s(literal 3 binary64))) (/.f64 (-.f64 b b) (+.f64 b b))) |
(+.f64 b (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 b b) (fma.f64 (neg.f64 (sqrt.f64 b)) (sqrt.f64 b) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) b) |
(-.f64 b b) |
(-.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (/.f64 (*.f64 b b) (+.f64 b b))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 b (-.f64 #s(literal 0 binary64) b))) (/.f64 (*.f64 b b) (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(fma.f64 (sqrt.f64 b) (sqrt.f64 b) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b b) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (+.f64 b b)) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (-.f64 b (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 b (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (+.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (-.f64 b (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (+.f64 b b)) (*.f64 (+.f64 b b) (*.f64 b b))) (*.f64 (+.f64 b b) (+.f64 b b))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b))))) (+.f64 b b))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (*.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 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (*.f64 b (+.f64 b b)) (+.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (neg.f64 (+.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 (-.f64 #s(literal 0 binary64) b) b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b b) (+.f64 b b)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b b) (+.f64 b b)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (/.f64 (*.f64 b b) (+.f64 b b))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (/.f64 (*.f64 b b) (+.f64 b b))) (*.f64 (/.f64 (*.f64 b b) (+.f64 b b)) (/.f64 (*.f64 b b) (+.f64 b b)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b b) (-.f64 (*.f64 b b) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 b (+.f64 b b))))) |
(*.f64 (-.f64 (*.f64 b b) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b b))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 b))) |
(exp.f64 (*.f64 (log.f64 (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 1 binary64))) |
(fabs.f64 (*.f64 b b)) |
(fabs.f64 (neg.f64 (*.f64 b b))) |
(fabs.f64 (*.f64 b (-.f64 #s(literal 0 binary64) b))) |
(fabs.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) b)) |
(sqrt.f64 (*.f64 b (*.f64 b (*.f64 b b)))) |
(pow.f64 b #s(literal 2 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 b) #s(literal 4 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 2 binary64)) |
(pow.f64 (*.f64 b (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) |
(*.f64 b b) |
(*.f64 (sqrt.f64 b) (pow.f64 b #s(literal 3/2 binary64))) |
(*.f64 (sqrt.f64 b) (pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 b) (fabs.f64 (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (sqrt.f64 b)) |
(*.f64 (pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 1 binary64)) (sqrt.f64 b)) |
(*.f64 (fabs.f64 (pow.f64 b #s(literal 3/2 binary64))) (sqrt.f64 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 #s(literal 0 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 b #s(literal 3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal -3 binary64))) |
(neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 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 (-.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) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 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 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 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 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.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)) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))))) |
(/.f64 #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 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) a)) |
(/.f64 #s(literal 1/3 binary64) (*.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))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 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 (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) a) (*.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 3 binary64))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #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) (*.f64 (-.f64 #s(literal 0 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 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 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 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) (*.f64 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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (*.f64 #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 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 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 b)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (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 (*.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)))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 (pow.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 (*.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)))) #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 (+.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 b)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (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 (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 (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 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))))) #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))))) a) (*.f64 a #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a #s(literal -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 (/.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 (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 (*.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 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 #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 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.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 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (*.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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.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)))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.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)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) #s(literal 3 binary64))) |
(/.f64 (*.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)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.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 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal -3 binary64)) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (neg.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (-.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 3 binary64) b)) #s(literal 1 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)) (*.f64 #s(literal 3 binary64) b)) #s(literal 1 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 a #s(literal 1 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) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (*.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))) #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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #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)) #s(literal 27 binary64)) (/.f64 (*.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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))) (/.f64 a #s(literal 1 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))) #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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) a)) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 9 binary64)) (/.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 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 1/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)))))))) 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 1/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 a #s(literal 1 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 1/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 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) #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 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/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 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 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 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 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 #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 #s(literal 3 binary64) b))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #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 #s(literal 3 binary64) b))) (*.f64 (/.f64 a #s(literal 1 binary64)) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) #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)) #s(literal 27 binary64)) (/.f64 (*.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 (*.f64 b b) #s(literal 9 binary64)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 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)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (/.f64 a #s(literal 1 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(/.f64 (*.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 b) #s(literal 9 binary64)))) (*.f64 a (+.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 #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 b) #s(literal 9 binary64)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (*.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))) #s(literal 1/3 binary64))) (*.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 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))) #s(literal 1/3 binary64))) (*.f64 (/.f64 a #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 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 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 #s(literal -1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #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))))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 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)) #s(literal 27 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 27 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 9 binary64)))))) |
(/.f64 (*.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 b) #s(literal 9 binary64)))) (*.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 3 binary64)) (/.f64 b #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))) #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.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) #s(literal 1 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) (neg.f64 (*.f64 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))))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (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) #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 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a)) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) #s(literal 27 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 a a)) (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64))))))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 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/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 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 (-.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) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (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 (*.f64 b b) (*.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 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (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))))) b) #s(literal -1 binary64)) (/.f64 #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 binary64)) (/.f64 #s(literal 1/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 #s(literal 1 binary64) (/.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))))) (/.f64 (/.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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (/.f64 (/.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 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (/.f64 b 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) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) b (*.f64 (/.f64 #s(literal 1 binary64) a) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 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)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 (/.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))))))))) a) (/.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))))))))) 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))))))) a) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 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 b (*.f64 b b)) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 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))))) a) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (+.f64 (/.f64 b (*.f64 (/.f64 a b) a)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a a))))) (/.f64 (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (+.f64 (/.f64 b (*.f64 (/.f64 a b) a)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a a)))))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a))) (/.f64 (/.f64 b (*.f64 (/.f64 a b) a)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b a)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 b a))) |
(neg.f64 (/.f64 (-.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 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (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))) a)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.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 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #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 a #s(literal 1 binary64)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.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 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 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.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) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (-.f64 (pow.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 #s(literal 0 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a b)) (*.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)) a) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) a)) |
(/.f64 (*.f64 (-.f64 (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 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 a #s(literal 1 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 (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 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 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 a #s(literal 1 binary64)))) |
(/.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 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.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 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 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a))) (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a)))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (+.f64 (/.f64 b (*.f64 (/.f64 a b) a)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a a))))) |
(/.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 b (*.f64 (/.f64 a 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 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (*.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 #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 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.f64 (*.f64 (-.f64 (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 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 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 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal -1 binary64)) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) a)) |
(/.f64 (*.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)))) #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 #s(literal 0 binary64) a))) |
(/.f64 (*.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)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.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)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a)) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 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 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1 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 b))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (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))))) (*.f64 a (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (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))))) (*.f64 (/.f64 a #s(literal 1 binary64)) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 a (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 (/.f64 a #s(literal 1 binary64)) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (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))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (neg.f64 (neg.f64 (-.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) #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))))) a) (*.f64 a b))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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))))) a) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a))) (*.f64 (/.f64 b a) (/.f64 b (*.f64 (/.f64 a b) a))))) (neg.f64 (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (+.f64 (/.f64 b (*.f64 (/.f64 a b) a)) (/.f64 (*.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a a)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (/.f64 b (*.f64 (/.f64 a b) a)))) (neg.f64 (+.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 (pow.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))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a))) (neg.f64 (+.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))))) a) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a))) (pow.f64 (neg.f64 (/.f64 b a)) #s(literal 3 binary64))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (*.f64 a a)) (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (neg.f64 (/.f64 b a))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (/.f64 b 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 (/.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 (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)))))) a) (/.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 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 (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))) |
(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))) |
(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)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 #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 (sqrt.f64 b) (pow.f64 b #s(literal 3/2 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (pow.f64 b #s(literal 3/2 binary64)) (sqrt.f64 b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(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 (*.f64 c a) (*.f64 (*.f64 c 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 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (neg.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 (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)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 c 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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (-.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 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 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (*.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 (*.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 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (-.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 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 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.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 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.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))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (/.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))))) (/.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)))))) (*.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))))))))) |
(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 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #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 (*.f64 c a) (*.f64 (*.f64 c 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 #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 a #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) a) |
| 1× | egg-herbie |
| 8180× | *-lowering-*.f32 |
| 8180× | *-lowering-*.f64 |
| 4686× | +-lowering-+.f64 |
| 4686× | +-lowering-+.f32 |
| 1468× | associate-*r* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 791 | 6935 |
| 1 | 2824 | 6653 |
| 0 | 8172 | 6653 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(* -1/2 (/ (* a c) b)) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2/3 b) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -1/2 (/ (* a c) b)) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ (* a c) b)) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
(* -3/2 a) |
b |
b |
b |
b |
b |
b |
b |
b |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(* -2 b) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(pow b 2) |
(* 1/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))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 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 (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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b 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 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 (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 (*.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)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #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 (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/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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (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 -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (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 (*.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 (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/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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/24 binary64)))) a)) a)) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (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) b)) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+.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 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 (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 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1/3 binary64)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* 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 (/.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 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 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/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/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))))))) |
(* 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 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 (*.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 (*.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 (*.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 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) (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 (*.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/24 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.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 c (*.f64 a #s(literal -3/2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (/.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 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 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 2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 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 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (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 -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (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 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (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 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) b) c)) (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 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -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 b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 b a))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) b) a)) (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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.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 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (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 (+.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)) |
(* -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 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (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 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 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 #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 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))))) |
(* 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 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) (*.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 (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 (+.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 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) (*.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 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 #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 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) (*.f64 (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)) |
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 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 -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (/.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (+.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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 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 b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
(* -3/2 a) |
(*.f64 a #s(literal -3/2 binary64)) |
b |
b |
b |
b |
b |
b |
b |
b |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
(* -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)) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(pow b 2) |
(*.f64 b b) |
(* 1/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 (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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b 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 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 (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 (*.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)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #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 (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/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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.f64 c) #s(literal 1/3 binary64)) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/24 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (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 -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (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 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (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 (*.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 (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/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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/24 binary64)))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/2 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 (/ 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 (*.f64 c #s(literal -3/2 binary64)) (*.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 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b b)) (+.f64 (+.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c))) (*.f64 a b)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #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 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.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)))) |
(+ (* -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 b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) a))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 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 (/ 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 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal 1/8 binary64)))) a)) a)) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 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 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
Compiled 53556 to 4651 computations (91.3% saved)
40 alts after pruning (37 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2013 | 32 | 2045 |
| Fresh | 8 | 5 | 13 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 2024 | 40 | 2064 |
| Status | Accuracy | Program |
|---|---|---|
| 34.7% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a b)) (*.f64 a a)) #s(literal 3 binary64)) | |
| ▶ | 48.8% | (/.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 9 binary64)) a) |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 46.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) a) #s(literal 3 binary64)) | |
| 28.2% | (/.f64 (/.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)) a) #s(literal 3 binary64)) | |
| 25.7% | (/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) | |
| ▶ | 25.5% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
| 48.6% | (/.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)) | |
| ✓ | 48.9% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 23.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 36.0% | (/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) | |
| 48.8% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) | |
| 28.2% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 26.6% | (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) | |
| 31.2% | (/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) | |
| 25.6% | (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) | |
| 26.6% | (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) | |
| 36.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 31.6% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 31.7% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 31.6% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) | |
| 31.2% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) | |
| 24.6% | (*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) | |
| 27.2% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) | |
| 27.2% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) | |
| 35.9% | (*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) | |
| 31.6% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) | |
| 31.0% | (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) | |
| ▶ | 31.6% | (*.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))) |
| 31.6% | (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) | |
| 48.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 31.6% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) | |
| 30.4% | (*.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)) | |
| 31.3% | (*.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)) | |
| 28.9% | (*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) | |
| ▶ | 29.5% | (*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
| 26.6% | (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) | |
| ▶ | 13.0% | #s(literal 0 binary64) |
Compiled 1134 to 814 computations (28.2% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) |
| ✓ | cost-diff | 128 | (*.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))) |
| ✓ | cost-diff | 6464 | (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 a b) |
| ✓ | cost-diff | 0 | (*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
| ✓ | cost-diff | 128 | (/.f64 a (*.f64 a b)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b))) |
| ✓ | 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 (-.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)) a) |
| ✓ | cost-diff | 128 | (-.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)) |
| ✓ | cost-diff | 128 | (/.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)) |
| 3478× | *-lowering-*.f32 |
| 3478× | *-lowering-*.f64 |
| 2034× | /-lowering-/.f32 |
| 2034× | /-lowering-/.f64 |
| 1732× | neg-lowering-neg.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 188 |
| 1 | 85 | 156 |
| 2 | 210 | 149 |
| 3 | 576 | 149 |
| 4 | 1335 | 149 |
| 5 | 3151 | 149 |
| 6 | 3889 | 149 |
| 7 | 7430 | 149 |
| 0 | 8045 | 149 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) |
(* (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 |
(* 3 b) |
9 |
0 |
(* c (* -1/2 (/ a (* a b)))) |
c |
(* -1/2 (/ a (* a b))) |
-1/2 |
(/ a (* a b)) |
a |
(* a b) |
b |
(/ (/ 1/3 a) (/ b (* c (* a -3/2)))) |
(/ 1/3 a) |
1/3 |
a |
(/ b (* c (* a -3/2))) |
b |
(* c (* a -3/2)) |
c |
(* a -3/2) |
-3/2 |
(* (/ 1 a) (pow (/ -1 (* b 2/3)) -1)) |
(/ 1 a) |
1 |
a |
(pow (/ -1 (* b 2/3)) -1) |
(/ -1 (* b 2/3)) |
-1 |
(* b 2/3) |
b |
2/3 |
| Outputs |
|---|
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) |
(*.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) #s(literal 3 binary64)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(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) |
3 |
#s(literal 3 binary64) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
9 |
#s(literal 9 binary64) |
0 |
#s(literal 0 binary64) |
(* c (* -1/2 (/ a (* a b)))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
c |
(* -1/2 (/ a (* a b))) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
(/ a (* a b)) |
(/.f64 #s(literal 1 binary64) b) |
a |
(* a b) |
(*.f64 b a) |
b |
(/ (/ 1/3 a) (/ b (* c (* a -3/2)))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(/ b (* c (* a -3/2))) |
(/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
b |
(* c (* a -3/2)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
c |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
(* (/ 1 a) (pow (/ -1 (* b 2/3)) -1)) |
(/.f64 b (*.f64 a #s(literal -3/2 binary64))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(pow (/ -1 (* b 2/3)) -1) |
(/.f64 b #s(literal -3/2 binary64)) |
(/ -1 (* b 2/3)) |
(/.f64 #s(literal -3/2 binary64) b) |
-1 |
#s(literal -1 binary64) |
(* b 2/3) |
(*.f64 b #s(literal 2/3 binary64)) |
b |
2/3 |
#s(literal 2/3 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) |
| ✓ | accuracy | 99.6% | (*.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))) |
| ✓ | accuracy | 99.6% | (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64)) |
| ✓ | accuracy | 99.6% | (*.f64 b #s(literal 2/3 binary64)) |
| ✓ | accuracy | 99.6% | (*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | accuracy | 99.4% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 93.4% | (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
| ✓ | accuracy | 80.7% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
| ✓ | accuracy | 100.0% | (*.f64 a b) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b))) |
| ✓ | accuracy | 99.7% | (*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
| ✓ | accuracy | 75.5% | (/.f64 a (*.f64 a b)) |
| ✓ | accuracy | 99.1% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 90.7% | (/.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 9 binary64)) a) |
| ✓ | accuracy | 78.4% | (-.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)) |
| ✓ | accuracy | 58.8% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 105.0ms | 67× | 2 | valid |
| 104.0ms | 41× | 1 | valid |
| 91.0ms | 140× | 0 | valid |
| 8.0ms | 5× | 3 | valid |
| 6.0ms | 3× | 4 | valid |
Compiled 206 to 38 computations (81.6% saved)
ival-div: 36.0ms (32.4% of total)ival-mult: 32.0ms (28.8% of total)backward-pass: 14.0ms (12.6% of total)...c/correct-round.rkt:119:19: 12.0ms (10.8% of total)ival-pow: 7.0ms (6.3% of total)ival-sqrt: 4.0ms (3.6% of total)const: 2.0ms (1.8% of total)ival-sub: 2.0ms (1.8% of total)ival-add: 2.0ms (1.8% of total)| Inputs |
|---|
#<alt (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9)> |
#<alt (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b))> |
#<alt (/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a)> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) 3)> |
#<alt (* -1/2 (/ a (* a b)))> |
#<alt (/ a (* a b))> |
#<alt (* c (* -1/2 (/ a (* a b))))> |
#<alt (* a b)> |
#<alt (/ (/ 1/3 a) (/ b (* c (* a -3/2))))> |
#<alt (/ 1/3 a)> |
#<alt (/ b (* c (* a -3/2)))> |
#<alt (* c (* a -3/2))> |
#<alt (pow (/ -1 (* b 2/3)) -1)> |
#<alt (* (/ 1 a) (pow (/ -1 (* b 2/3)) -1))> |
#<alt (/ -1 (* b 2/3))> |
#<alt (/ 1 a)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* b 2/3)> |
| Outputs |
|---|
#<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 (* a c)) (sqrt -3)))> |
#<alt (+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3)))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3)))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -6 b)> |
#<alt (* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -9/2 (/ (* a c) b))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a))))> |
#<alt (* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* 3 b)> |
#<alt (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -3 b)> |
#<alt (* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (* 3 b)> |
#<alt (+ (* -9/2 (/ (* a c) b)) (* 3 b))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))))> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ -1/2 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (/ 1 b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* 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 (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -3/2 (* a c))> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ -3/2 b)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* 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)> |
126 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 35.0ms | b | @ | 0 | (/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a) |
| 5.0ms | c | @ | inf | (/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a) |
| 2.0ms | a | @ | -inf | (* (sqrt (+ (* b b) (* c (* a -3)))) 3) |
| 1.0ms | b | @ | 0 | (/ b (* c (* a -3/2))) |
| 1.0ms | a | @ | 0 | (/ b (* c (* a -3/2))) |
| 1× | batch-egg-rewrite |
| 4534× | /-lowering-/.f32 |
| 4534× | /-lowering-/.f64 |
| 4126× | *-lowering-*.f32 |
| 4126× | *-lowering-*.f64 |
| 1772× | frac-times |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 153 |
| 1 | 179 | 123 |
| 2 | 1271 | 117 |
| 0 | 8239 | 117 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) |
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) 3) (* 3 b)) 9) a) |
(* (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(* -1/2 (/ a (* a b))) |
(/ a (* a b)) |
(* c (* -1/2 (/ a (* a b)))) |
(* a b) |
(/ (/ 1/3 a) (/ b (* c (* a -3/2)))) |
(/ 1/3 a) |
(/ b (* c (* a -3/2))) |
(* c (* a -3/2)) |
(pow (/ -1 (* b 2/3)) -1) |
(* (/ 1 a) (pow (/ -1 (* b 2/3)) -1)) |
(/ -1 (* b 2/3)) |
(/ 1 a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b 2/3) |
| Outputs |
|---|
(+.f64 (*.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 1/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))) |
(+.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 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 b #s(literal 9 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 #s(literal 1/9 binary64) (*.f64 b #s(literal 3 binary64))))) (fma.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 1/9 binary64) (*.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))))) #s(literal 9 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))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 9 binary64)) (neg.f64 (*.f64 (/.f64 b #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 b #s(literal 9 binary64)) #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))))) #s(literal 9 binary64)) (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 b #s(literal 3 binary64))))) (fma.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 1/9 binary64) (*.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)) #s(literal 1/9 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))) |
(+.f64 (fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 b #s(literal 9 binary64)) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (/.f64 b #s(literal 9 binary64))) #s(literal 3 binary64) (*.f64 (/.f64 b #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))))) #s(literal 3 binary64)) #s(literal 1/9 binary64) (neg.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 b #s(literal 3 binary64))))) (fma.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 1/9 binary64) (*.f64 b #s(literal 3 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 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 -9 binary64))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) #s(literal 9 binary64))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) #s(literal 9 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) #s(literal 9 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.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))) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 9 binary64))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 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 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) #s(literal 81 binary64)) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64))) #s(literal 81 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 1/27 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) (/.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/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 1/3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 9 binary64)) (neg.f64 (*.f64 b #s(literal 1/3 binary64)))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1/9 binary64) (neg.f64 (*.f64 b #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -9 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 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 9 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 #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 (neg.f64 (/.f64 #s(literal 9 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 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 81 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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal 81 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (neg.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 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 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)) (*.f64 #s(literal 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))) #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 b #s(literal 3 binary64)))) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 9 binary64) (*.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)) #s(literal -9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal -3 binary64)))) #s(literal -81 binary64)) |
(/.f64 (-.f64 #s(literal 9 binary64) (*.f64 (/.f64 #s(literal 9 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)))) (*.f64 (/.f64 #s(literal 9 binary64) (*.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 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 9 binary64) (*.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 #s(literal 9 binary64) (*.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 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal 9 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)))) (*.f64 (/.f64 #s(literal 9 binary64) (*.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 (*.f64 (neg.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 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal -81 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))) (/.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 9 binary64) (*.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))) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal -3 binary64)))) #s(literal 81 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)) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64))))) #s(literal -81 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 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 (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 3/2 binary64)) #s(literal 1/27 binary64)) (pow.f64 (neg.f64 (*.f64 b #s(literal 1/3 binary64))) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (-.f64 (*.f64 (neg.f64 (*.f64 b #s(literal 1/3 binary64))) (neg.f64 (*.f64 b #s(literal 1/3 binary64)))) (*.f64 (*.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 1/3 binary64))))))) |
(pow.f64 (/.f64 #s(literal 9 binary64) (*.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 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal -1 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 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 9 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 3 binary64)) (/.f64 #s(literal 1/9 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(+.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 (*.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(-.f64 (*.f64 #s(literal 3 binary64) (/.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 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.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 3 binary64)) (*.f64 b #s(literal -3 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 (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 2 binary64)) (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.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 #s(literal -3 binary64) b (*.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 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 3 binary64) (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 #s(literal 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 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(fma.f64 #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))))) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(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 #s(literal 0 binary64) 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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(fma.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(fma.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 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 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) |
(fma.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 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 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal 1 binary64) (/.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 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal -3 binary64))) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 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 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal -3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 27 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 729 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.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)))) #s(literal 729 binary64)) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b)))))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 729 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 (*.f64 b b) #s(literal 9 binary64)) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))))) (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (neg.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (pow.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (+.f64 (*.f64 b #s(literal -3 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 (*.f64 b #s(literal -3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (pow.f64 (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) (+.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (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 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64))) (+.f64 (*.f64 (*.f64 b b) #s(literal 9 binary64)) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 (-.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (pow.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (+.f64 (*.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (-.f64 (*.f64 b #s(literal 3 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 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #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 #s(literal 3 binary64) (/.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))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (/.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 #s(literal 3 binary64) (/.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 (*.f64 #s(literal 3 binary64) (/.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 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(pow.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))) #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 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 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 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a) (/.f64 (*.f64 b #s(literal 1/3 binary64)) a)) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a) (/.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.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 -9 binary64)) a)) |
(-.f64 (/.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 a #s(literal 9 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.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 a #s(literal 9 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 b b) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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))))) #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 b #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (neg.f64 (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) (/.f64 (*.f64 #s(literal 27 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 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 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(neg.f64 (/.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 -9 binary64)) a)) |
(/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) a) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 9 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 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 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 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 9 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 a (neg.f64 (/.f64 #s(literal 9 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 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 #s(literal 9 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 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #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 a #s(literal 9 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal 9 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 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 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 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal 9 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 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 9 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) (neg.f64 (*.f64 (/.f64 #s(literal 9 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 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 9 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 0 binary64) a)) #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 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 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9 binary64))) |
(/.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 -9 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.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 -9 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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/9 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64)) (*.f64 #s(literal 9 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (neg.f64 (neg.f64 (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (neg.f64 (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 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 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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))))) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 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 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 #s(literal 1 binary64) a)) #s(literal -9 binary64)) |
(/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal 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 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a) (*.f64 a (*.f64 b #s(literal 1/3 binary64)))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 b #s(literal -3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 0 binary64) a))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 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 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 9 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 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a #s(literal 9 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))) (*.f64 a #s(literal 9 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))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (*.f64 a (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) #s(literal 1/9 binary64)) (*.f64 (neg.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) #s(literal 1/9 binary64)) (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a)) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) #s(literal 1/9 binary64)) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (-.f64 (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64))))) #s(literal 1/9 binary64)) (*.f64 (-.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 b #s(literal 3 binary64)))) a)) |
(/.f64 (*.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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 #s(literal 81 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 #s(literal 81 binary64) a)) |
(/.f64 (*.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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 #s(literal 81 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal -1 binary64)) (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.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 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal 1 binary64)) (*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) #s(literal 1 binary64)) (*.f64 #s(literal 9 binary64) (neg.f64 (-.f64 #s(literal 0 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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (-.f64 #s(literal 0 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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) a)) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 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 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(/.f64 (*.f64 (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64)) #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)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 9 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(/.f64 (*.f64 #s(literal -1 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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 81 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 9 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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (*.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/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1 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 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64))))) (*.f64 a #s(literal 81 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 9 binary64)) (*.f64 #s(literal 9 binary64) (*.f64 b #s(literal 3 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 81 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 9 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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64)))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/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)) #s(literal 1/27 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1/27 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (+.f64 (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (*.f64 a (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 81 binary64)) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) (*.f64 (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/3 binary64)) (*.f64 b #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 1/9 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64))) (*.f64 a (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 1/9 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 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 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) (neg.f64 (*.f64 #s(literal 9 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 1 binary64))) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.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))) (neg.f64 (*.f64 #s(literal -9 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.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))) (neg.f64 (*.f64 #s(literal -9 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal 1 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 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) a))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 #s(literal 1 binary64) a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) #s(literal -9 binary64)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b #s(literal 1/3 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 1/3 binary64)) a) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a)) (+.f64 (*.f64 (/.f64 (*.f64 b #s(literal 1/3 binary64)) a) (/.f64 (*.f64 b #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) a) (/.f64 (*.f64 b #s(literal 1/3 binary64)) a))))) |
(pow.f64 (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) |
(*.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) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.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/9 binary64) a)) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 #s(literal 1/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 #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 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #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/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal 1 binary64))) |
(*.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 -9 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.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 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -9 binary64))) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.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 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal 1/9 binary64)) |
(*.f64 (/.f64 #s(literal 1/9 binary64) a) (/.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 (pow.f64 (/.f64 a (*.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/9 binary64)) |
(*.f64 (pow.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (*.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/9 binary64)) |
(*.f64 (/.f64 #s(literal 3 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 9 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) a) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) #s(literal 9 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) (/.f64 #s(literal -1/9 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1/9 binary64) a)) |
(*.f64 (/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 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 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))) #s(literal 9 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 #s(literal -1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 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 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 9 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 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 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 9 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3/2 binary64)) (*.f64 (*.f64 b (*.f64 b b)) #s(literal -27 binary64))))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 9 binary64) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b b) #s(literal 9 binary64))))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (+.f64 (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/3 binary64)) (*.f64 b #s(literal 1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) 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) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 b #s(literal 1 binary64)))) |
(/.f64 (*.f64 a #s(literal -1/2 binary64)) (*.f64 b a)) |
(/.f64 (neg.f64 (*.f64 a #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (/.f64 (*.f64 a #s(literal -1/2 binary64)) b) a) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal -1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -1/2 binary64)) b)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) #s(literal -1/2 binary64))) |
(*.f64 a (/.f64 #s(literal -1/2 binary64) (*.f64 b a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (*.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 a b)) |
(*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b) (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal 1 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b))) |
(/.f64 a (*.f64 b a)) |
(/.f64 a (*.f64 #s(literal 1 binary64) (*.f64 b a))) |
(/.f64 a (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) b) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b a) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 a b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (/.f64 a b) a) |
(/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 b a) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 b a) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 b a) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 b #s(literal 1 binary64))) |
(/.f64 (*.f64 a #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64)) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b a) #s(literal 1 binary64)))) |
(/.f64 (*.f64 a (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) a) a) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -1 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (neg.f64 (/.f64 a b)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 b #s(literal -1 binary64)) |
(pow.f64 (/.f64 b #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 b a) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 a (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 a b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 1 binary64)) (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 (*.f64 c #s(literal -1/2 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 c (*.f64 a #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 1 binary64)) (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (*.f64 (*.f64 a #s(literal -1/2 binary64)) c))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 b #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 b #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) c) (*.f64 b a)) |
(/.f64 (neg.f64 (*.f64 c #s(literal -1/2 binary64))) (neg.f64 (/.f64 b #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (neg.f64 (/.f64 b #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -1/2 binary64)) c)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 c #s(literal 1 binary64))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (*.f64 c (/.f64 #s(literal 1 binary64) b)) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/2 binary64)) b) (/.f64 c a)) |
(*.f64 (/.f64 c a) (/.f64 (*.f64 a #s(literal -1/2 binary64)) b)) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 b a)) (/.f64 c (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) a) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b a)) a) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(*.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(*.f64 b a) |
(*.f64 a b) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a)))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))) #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))) #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))) b)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 a (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) a)) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 #s(literal 1 binary64) b)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -1 binary64)) (*.f64 b (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 b a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) (*.f64 b a)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) b)) (*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) b)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64))) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1/3 binary64) b)) |
(*.f64 (/.f64 c b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) c) (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (*.f64 a #s(literal -3/2 binary64))) c) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (*.f64 c a)) #s(literal -3/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) b)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) b)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (pow.f64 (/.f64 b #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 c a) (/.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 b c)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 (/.f64 #s(literal -1 binary64) a) b)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 b c)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 (/.f64 c b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 c a) a) (/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) b) a) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c b) a) (/.f64 (*.f64 a #s(literal -3/2 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a)))) |
(neg.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 b #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 b c) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.f64 b c) #s(literal -3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) |
(/.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) #s(literal -1 binary64)) |
(/.f64 (/.f64 b #s(literal 1 binary64)) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 b c)) (neg.f64 (*.f64 a #s(literal -3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 b #s(literal 1 binary64))) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) |
(/.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) c) |
(/.f64 (/.f64 b (*.f64 c a)) #s(literal -3/2 binary64)) |
(/.f64 (/.f64 (/.f64 b c) a) #s(literal -3/2 binary64)) |
(/.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64)) a) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (neg.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 b c))) (neg.f64 (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) (neg.f64 c)) |
(/.f64 (neg.f64 (/.f64 b (*.f64 c a))) #s(literal 3/2 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 b c) a)) #s(literal 3/2 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (*.f64 #s(literal -3/2 binary64) c))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -3/2 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) b) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b #s(literal 1 binary64))) |
(*.f64 (/.f64 b c) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 b (*.f64 c a)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) (/.f64 b #s(literal -3/2 binary64))) |
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) c))) |
(*.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) c) (/.f64 b (neg.f64 (*.f64 a #s(literal -3/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -3/2 binary64))) (/.f64 b (neg.f64 c))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 c a)) (/.f64 b #s(literal 3/2 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c a))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) c) a)) |
(*.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 a #s(literal -3/2 binary64)) (/.f64 (/.f64 b a) (*.f64 c a))) |
(*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c)) |
(*.f64 (/.f64 a (*.f64 c a)) (/.f64 (/.f64 b a) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 a (*.f64 c #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) a)) |
(*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a))) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 c #s(literal -3/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(*.f64 c (*.f64 a #s(literal -3/2 binary64))) |
(*.f64 a (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 #s(literal -3/2 binary64) (*.f64 c a)) |
(*.f64 (*.f64 a #s(literal -3/2 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3/2 binary64)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) a) |
(exp.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1/2 binary64)) (*.f64 (log.f64 (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 b #s(literal 2/3 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 b #s(literal 2/3 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 3/2 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3/2 binary64) b))) |
(/.f64 #s(literal 2/3 binary64) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal -3/2 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3/2 binary64) b) #s(literal -1 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64)) |
(/.f64 #s(literal -2/3 binary64) (neg.f64 (/.f64 #s(literal -1 binary64) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (*.f64 b #s(literal 2/3 binary64))) (*.f64 #s(literal 0 binary64) (*.f64 b #s(literal 2/3 binary64)))))) |
(pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1 binary64)) |
(pow.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 b #s(literal -2/3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 #s(literal 2/3 binary64) (/.f64 b #s(literal -1 binary64))) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 2/3 binary64)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) |
(*.f64 #s(literal -2/3 binary64) b) |
(*.f64 (/.f64 b #s(literal -1 binary64)) #s(literal 2/3 binary64)) |
(*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 #s(literal -1 binary64) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1/2 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal -1 binary64)) (log.f64 (*.f64 b #s(literal -2/3 binary64))))) |
(exp.f64 (+.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64))) (*.f64 (log.f64 a) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -3/2 binary64) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal 3/2 binary64) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (neg.f64 (/.f64 #s(literal -3/2 binary64) b)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 3/2 binary64) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 #s(literal -3/2 binary64) b)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal -3/2 binary64) b)) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal -3/2 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 3/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 #s(literal -3/2 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -3/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 #s(literal -3/2 binary64) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -3/2 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1 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) (/.f64 (/.f64 #s(literal -3/2 binary64) b) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -1 binary64) (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) 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 (*.f64 b #s(literal -2/3 binary64)) (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) a)) (neg.f64 (/.f64 #s(literal -3/2 binary64) b))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b #s(literal -2/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 b #s(literal 2/3 binary64))) (*.f64 a #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 b #s(literal 2/3 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 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 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3/2 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #s(literal -2/3 binary64)) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 3/2 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) #s(literal -1 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal 2/3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 2/3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3/2 binary64) b)) #s(literal -1 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b)) #s(literal 2/3 binary64)) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3/2 binary64) b))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 3/2 binary64) b)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 b #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (/.f64 b #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) a) (/.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 b #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) a) (/.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 b #s(literal -1 binary64)) a) #s(literal 2/3 binary64)) |
(exp.f64 (log.f64 (/.f64 #s(literal -3/2 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 3/2 binary64) b)) |
(/.f64 #s(literal -3/2 binary64) b) |
(/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 b #s(literal -2/3 binary64)))) |
(/.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 b #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -3/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 2/3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1 binary64) b)) #s(literal -2/3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal -3/2 binary64) b)) #s(literal -1 binary64)) |
(/.f64 #s(literal 3/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (exp.f64 (log.f64 #s(literal -1 binary64))) (exp.f64 (log.f64 (*.f64 b #s(literal 2/3 binary64))))) |
(/.f64 (exp.f64 (log.f64 (/.f64 #s(literal -1 binary64) b))) (exp.f64 (log.f64 #s(literal 2/3 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal -1 binary64) b))) #s(literal 2/3 binary64)) |
(pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1 binary64)) |
(pow.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 3/2 binary64) b)) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 3/2 binary64) b) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) #s(literal 3/2 binary64)) |
(*.f64 #s(literal 3/2 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64)) |
(*.f64 (pow.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64))) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (exp.f64 (log.f64 #s(literal -1 binary64))) (exp.f64 (log.f64 (/.f64 #s(literal 3/2 binary64) b)))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.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 #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 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.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 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (sqrt.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #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 (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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/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 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 c 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 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 (*.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 (+.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 binary64)) (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 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)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.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 #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 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (+.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 b b) c) (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (neg.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 (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)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 b b) (*.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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (*.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 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 (*.f64 c 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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (-.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 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 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.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 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (*.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 (*.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 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a))))) (sqrt.f64 (-.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 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 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (-.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.f64 c a)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c a) (*.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 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.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))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 (/.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))))) (/.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)))))) (*.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))))))))) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 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)) |
(pow.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/2 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 (*.f64 c a) (*.f64 (*.f64 c 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 #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 b #s(literal 2/3 binary64)) |
(*.f64 #s(literal 2/3 binary64) b) |
| 1× | egg-herbie |
| 8962× | *-lowering-*.f32 |
| 8962× | *-lowering-*.f64 |
| 5088× | +-lowering-+.f64 |
| 5088× | +-lowering-+.f32 |
| 1666× | associate-*r* |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 802 | 6573 |
| 1 | 2921 | 6346 |
| 0 | 8756 | 6346 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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 (* a c)) (sqrt -3))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(* -9/2 (/ (* a c) b)) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -6 b) |
(* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -9/2 (/ (* a c) b)) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -9/2 (/ (* a c) b)) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* 3 b) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -3 b) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(* 3 b) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ -1/2 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(/ 1 b) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* 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) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -3/2 (* a c)) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 b) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ -3/2 b) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(* (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)))) |
(* 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) |
| Outputs |
|---|
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.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 (sqrt.f64 (*.f64 a c)) (*.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 c))) (*.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 (sqrt.f64 (*.f64 a c)) (*.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 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.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 a c))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1/3 binary64)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a 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 a (*.f64 a (*.f64 c c)))) (*.f64 b b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (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 (*.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -9/16 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a 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 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (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 (* 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/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 (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/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c c)) 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 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* 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 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* 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 (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 a (*.f64 c (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.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 #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)))))))) |
(* -1/3 (* (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/3 binary64))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(*.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(* -1 (* 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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) (neg.f64 a)) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(+ (* -3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal -3 binary64) b)) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #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 3/2 binary64))) #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.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 a c))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64)))) #s(literal -3 binary64)))) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b) |
(/ (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (+ (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 (/.f64 #s(literal -27/8 binary64) b) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) b))) (*.f64 (/.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))) #s(literal -3/2 binary64)))) b) |
(* -6 b) |
(*.f64 b #s(literal -6 binary64)) |
(* -1 (* b (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 6 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 6 binary64) (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b) |
(* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -81/16 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -9/2 (/ a b)) (* c (+ (* -27/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -81/16 (/ (pow a 3) (pow b 5))) (* -3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/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))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(* c (+ (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* c (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -3/8 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -3 (* (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 -3 binary64))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b c))))) |
(*.f64 (*.f64 (neg.f64 c) #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 b c))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) #s(literal -3/2 binary64))) (*.f64 #s(literal -3 binary64) b)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.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)))) #s(literal -3/8 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) #s(literal 3/2 binary64)))) (neg.f64 c)) (*.f64 #s(literal -3 binary64) b)) c)) (neg.f64 c)) |
(* -9/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b) |
(* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) c) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c c)) c) a) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -9/2 (/ c b)) (* a (+ (* -27/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 5))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c c)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/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))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(* a (+ (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a)))) |
(* a (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))))) |
(* a (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (/.f64 b a))))) |
(* -3 (* (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 -3 binary64))) |
(* -1 (* a (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))) |
(*.f64 (*.f64 (neg.f64 a) #s(literal 3 binary64)) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(* -1 (* a (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) #s(literal -3/2 binary64))) (*.f64 #s(literal -3 binary64) b)) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 3/2 binary64)))) (neg.f64 a)) (*.f64 #s(literal -3 binary64) b)) a)) (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 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (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 c (*.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 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.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 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 c (*.f64 a (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 405/64 binary64) c)) (*.f64 a b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 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) (*.f64 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)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 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)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/6 binary64)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 a c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (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 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -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 b b)) (/.f64 (*.f64 a (*.f64 c c)) b))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 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 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/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 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.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 #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))))))) |
(* -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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/24 binary64)))) a)) a)) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.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 a c))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64))))) |
(+ (* 3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (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 a c))) (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 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.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 3/16 binary64)))))))) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* b (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)))) |
(* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal 3 binary64)))) |
(* -3 b) |
(*.f64 #s(literal -3 binary64) b) |
(* -1 (* b (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) a) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b)) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* -27/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) (*.f64 b #s(literal 3 binary64))) |
(+ (* 3 b) (* c (+ (* -9/2 (/ a b)) (* c (+ (* -81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -9/2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -81/16 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 b #s(literal 3 binary64))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -3/8 binary64)))))) |
(* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 3/2 binary64)))) (+.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -3/8 binary64)))))) |
(* -3 (* (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 -3 binary64))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 c (neg.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 3/2 binary64)))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 3/2 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 3/2 binary64)))) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))))) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* a c) b)) (* 3 b)) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -9/2 binary64))) b)) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* -27/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) c) b) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ (* 3 b) (* a (+ (* -9/2 (/ c b)) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal -27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c c)) c) a) (pow.f64 b #s(literal 5 binary64)))))))) |
(* 3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) |
(* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))))))) |
(* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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 3/16 binary64))))) |
(* -3 (* (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 -3 binary64))) |
(* -1 (* a (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/8 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/8 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 3/2 binary64)))) (*.f64 #s(literal 3/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))))))) (neg.f64 a)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ 1 b) |
(/.f64 #s(literal 1 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) |
(* 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) |
(* -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/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 a c)) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -3/2 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3/2 binary64))) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.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 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 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a (*.f64 c c)))) (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 (*.f64 a (*.f64 c #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #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 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.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 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 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 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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #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 #s(literal 0 binary64) (*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 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)))) #s(literal -1/8 binary64)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 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)))) #s(literal -1/8 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 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.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))) (*.f64 c (*.f64 c c)))) #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 #s(literal -3 binary64)) (sqrt.f64 (/.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 1/2 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/16 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.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))) (*.f64 c (*.f64 c c)))) #s(literal -1/8 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 (* 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 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 1/2 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)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) #s(literal 1/2 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 (*.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)) |
(* 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)) |
Compiled 32619 to 4051 computations (87.6% saved)
57 alts after pruning (52 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1406 | 32 | 1438 |
| Fresh | 12 | 20 | 32 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1421 | 57 | 1478 |
| Status | Accuracy | Program |
|---|---|---|
| 32.8% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64)) a) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 28.2% | (/.f64 (/.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)) a) #s(literal 3 binary64)) | |
| 31.6% | (/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) | |
| 48.8% | (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal 9 binary64)) | |
| 31.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) | |
| 26.7% | (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) | |
| ✓ | 25.5% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
| 20.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) | |
| ▶ | 17.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
| 19.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) | |
| 24.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) | |
| 19.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) | |
| 48.6% | (/.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)) | |
| ✓ | 48.9% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 23.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 36.0% | (/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) | |
| 30.9% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) | |
| 31.2% | (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) | |
| ▶ | 48.8% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) |
| 28.2% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 26.6% | (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) | |
| 25.6% | (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) | |
| 26.6% | (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) | |
| 26.6% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) | |
| 36.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| ✓ | 31.6% | (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| 31.7% | (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) | |
| 26.9% | (/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) | |
| 26.7% | (/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) | |
| ▶ | 26.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
| 31.6% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) | |
| 35.5% | (/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) | |
| 31.6% | (/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) | |
| 32.1% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) | |
| 30.9% | (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| 27.2% | (*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) | |
| 31.6% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) | |
| 31.6% | (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) | |
| 22.1% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) | |
| 22.1% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) | |
| 28.3% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3/2 binary64) b)))) | |
| 31.6% | (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) | |
| 31.6% | (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) | |
| 21.2% | (*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b))) #s(literal -1/2 binary64)))) | |
| 28.5% | (*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64))))) | |
| 48.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 36.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) | |
| ▶ | 24.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
| ▶ | 31.6% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| 30.4% | (*.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)) | |
| 31.3% | (*.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)) | |
| 28.9% | (*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) | |
| 28.9% | (*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) | |
| ✓ | 13.0% | #s(literal 0 binary64) |
Compiled 1584 to 1162 computations (26.6% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 128 | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64)))) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) |
| ✓ | cost-diff | 0 | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
| ✓ | cost-diff | 384 | (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) |
| ✓ | cost-diff | 0 | (/.f64 b a) |
| ✓ | cost-diff | 0 | (/.f64 c (/.f64 b a)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) a) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 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 | (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 1/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 1/3 binary64)) a) |
| 3120× | *-lowering-*.f32 |
| 3120× | *-lowering-*.f64 |
| 1696× | /-lowering-/.f32 |
| 1696× | /-lowering-/.f64 |
| 1370× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 197 |
| 1 | 88 | 192 |
| 2 | 259 | 186 |
| 3 | 1002 | 167 |
| 4 | 4619 | 167 |
| 5 | 4923 | 167 |
| 6 | 5799 | 167 |
| 7 | 7129 | 167 |
| 0 | 8104 | 167 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) a) |
(* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/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 |
1/3 |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
-2/3 |
a |
b |
(* (/ -1/2 a) (/ c (/ b a))) |
(/ -1/2 a) |
-1/2 |
a |
(/ c (/ b a)) |
c |
(/ b a) |
b |
(/ 1 (/ (/ a 1/3) (/ (* a -3/2) (/ b c)))) |
1 |
(/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
(/ a 1/3) |
a |
1/3 |
(/ (* a -3/2) (/ b c)) |
(* a -3/2) |
-3/2 |
(/ b c) |
b |
c |
(/ (/ 1/3 a) (* (/ (* b a) c) (/ (/ 1 a) (* a -3/2)))) |
(/ 1/3 a) |
1/3 |
a |
(* (/ (* b a) c) (/ (/ 1 a) (* a -3/2))) |
(/ (* b a) c) |
(* b a) |
b |
c |
(/ (/ 1 a) (* a -3/2)) |
(/ 1 a) |
1 |
(* a -3/2) |
-3/2 |
| Outputs |
|---|
(/ (* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) a) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) (/.f64 a #s(literal 1/3 binary64))) |
(* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) #s(literal 1/3 binary64)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (*.f64 c a)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(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/3 |
#s(literal 1/3 binary64) |
(* (/ -2/3 a) b) |
(/.f64 b (*.f64 a #s(literal -3/2 binary64))) |
(/ -2/3 a) |
(/.f64 #s(literal -2/3 binary64) a) |
-2/3 |
#s(literal -2/3 binary64) |
a |
b |
(* (/ -1/2 a) (/ c (/ b a))) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
-1/2 |
#s(literal -1/2 binary64) |
a |
(/ c (/ b a)) |
(/.f64 c (/.f64 b a)) |
c |
(/ b a) |
(/.f64 b a) |
b |
(/ 1 (/ (/ a 1/3) (/ (* a -3/2) (/ b c)))) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
1 |
#s(literal 1 binary64) |
(/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
(/.f64 (/.f64 b c) #s(literal -1/2 binary64)) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
a |
1/3 |
#s(literal 1/3 binary64) |
(/ (* a -3/2) (/ b c)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
(/ b c) |
(/.f64 b c) |
b |
c |
(/ (/ 1/3 a) (* (/ (* b a) c) (/ (/ 1 a) (* a -3/2)))) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(* (/ (* b a) c) (/ (/ 1 a) (* a -3/2))) |
(/.f64 (/.f64 b (*.f64 c a)) #s(literal -3/2 binary64)) |
(/ (* b a) c) |
(/.f64 (*.f64 b a) c) |
(* b a) |
(*.f64 b a) |
b |
c |
(/ (/ 1 a) (* a -3/2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
(* a -3/2) |
(*.f64 a #s(literal -3/2 binary64)) |
-3/2 |
#s(literal -3/2 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 92.5% | (/.f64 (*.f64 b a) c) |
| ✓ | accuracy | 87.6% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
| ✓ | accuracy | 81.2% | (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64)))) |
| ✓ | accuracy | 99.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
| ✓ | accuracy | 99.7% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 96.2% | (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)) |
| ✓ | accuracy | 87.5% | (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) |
| ✓ | accuracy | 100.0% | (/.f64 b a) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) a) |
| ✓ | accuracy | 94.5% | (/.f64 c (/.f64 b a)) |
| ✓ | accuracy | 87.4% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -2/3 binary64) a) |
| ✓ | accuracy | 99.1% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 93.3% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1/3 binary64)) a) |
| ✓ | accuracy | 90.6% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 72.6% | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| 355.0ms | 90× | 5 | exit |
| 102.0ms | 41× | 2 | valid |
| 91.0ms | 109× | 0 | valid |
| 16.0ms | 16× | 1 | valid |
Compiled 222 to 37 computations (83.3% saved)
ival-div: 66.0ms (28.8% of total)ival-mult: 60.0ms (26.2% of total)backward-pass: 56.0ms (24.4% of total)...c/correct-round.rkt:119:19: 28.0ms (12.2% of total)ival-sqrt: 12.0ms (5.2% of total)ival-add: 3.0ms (1.3% of total)ival-sub: 3.0ms (1.3% of total)const: 1.0ms (0.4% of total)| Inputs |
|---|
#<alt (/ (* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) a)> |
#<alt (* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (* (/ -2/3 a) b)> |
#<alt (/ -2/3 a)> |
#<alt (* (/ -1/2 a) (/ c (/ b a)))> |
#<alt (/ -1/2 a)> |
#<alt (/ c (/ b a))> |
#<alt (/ b a)> |
#<alt (/ (/ a 1/3) (/ (* a -3/2) (/ b c)))> |
#<alt (/ 1 (/ (/ a 1/3) (/ (* a -3/2) (/ b c))))> |
#<alt (/ a 1/3)> |
#<alt (/ (* a -3/2) (/ b c))> |
#<alt (/ (/ 1/3 a) (* (/ (* b a) c) (/ (/ 1 a) (* a -3/2))))> |
#<alt (* (/ (* b a) c) (/ (/ 1 a) (* a -3/2)))> |
#<alt (/ (/ 1 a) (* a -3/2))> |
#<alt (/ 1/3 a)> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (/ (* b a) c)> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3)))> |
#<alt (+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3)))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2/3 b)> |
#<alt (* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ (* a c) b))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ -2/3 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)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ -1/2 a)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<alt (/ (* a c) b)> |
#<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 (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ -2/3 (pow a 2))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* -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 (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
#<alt (/ (* a b) c)> |
144 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | b | @ | 0 | (/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
| 0.0ms | c | @ | 0 | (/ (* b a) c) |
| 0.0ms | a | @ | 0 | (/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
| 0.0ms | c | @ | 0 | (/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
| 0.0ms | b | @ | -inf | (/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
| 1× | batch-egg-rewrite |
| 3676× | *-lowering-*.f32 |
| 3676× | *-lowering-*.f64 |
| 3614× | /-lowering-/.f32 |
| 3614× | /-lowering-/.f64 |
| 1208× | frac-2neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 149 |
| 1 | 207 | 140 |
| 2 | 1813 | 119 |
| 0 | 8537 | 119 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) a) |
(* (- (sqrt (+ (* b b) (* c (* a -3)))) b) 1/3) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(* (/ -2/3 a) b) |
(/ -2/3 a) |
(* (/ -1/2 a) (/ c (/ b a))) |
(/ -1/2 a) |
(/ c (/ b a)) |
(/ b a) |
(/ (/ a 1/3) (/ (* a -3/2) (/ b c))) |
(/ 1 (/ (/ a 1/3) (/ (* a -3/2) (/ b c)))) |
(/ a 1/3) |
(/ (* a -3/2) (/ b c)) |
(/ (/ 1/3 a) (* (/ (* b a) c) (/ (/ 1 a) (* a -3/2)))) |
(* (/ (* b a) c) (/ (/ 1 a) (* a -3/2))) |
(/ (/ 1 a) (* a -3/2)) |
(/ 1/3 a) |
(+ (* b b) (* c (* a -3))) |
(/ (* b a) c) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) a) (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) a)) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64)) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal -1/3 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) #s(literal -1 binary64))) a) |
(/.f64 (neg.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a)) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/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 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))))) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) a))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(*.f64 (/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #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 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (-.f64 (*.f64 (*.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 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (*.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 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(*.f64 (*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal 1/3 binary64)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) |
(+.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) |
(-.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(-.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(fma.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/4 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 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)))) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #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 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64))) (+.f64 (*.f64 b b) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (+.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) |
(/.f64 (-.f64 (*.f64 b b) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) (+.f64 (/.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (+.f64 (/.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(*.f64 (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)))))) |
(*.f64 (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #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 #s(literal -1/3 binary64) a))) (*.f64 b (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fabs.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (sqrt.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) |
(/.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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.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 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (sqrt.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 b a) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) #s(literal 1 binary64))) |
(/.f64 (*.f64 b a) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 b a) (*.f64 a a))) #s(literal 3/2 binary64)) |
(/.f64 (neg.f64 (*.f64 b #s(literal 2/3 binary64))) a) |
(pow.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 b (/.f64 a (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (*.f64 b a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (*.f64 b a)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -2/3 binary64)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(neg.f64 (/.f64 #s(literal 2/3 binary64) a)) |
(/.f64 #s(literal -2/3 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 #s(literal 2/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 3/2 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 1 binary64) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2/3 binary64) a)) |
(*.f64 #s(literal 2/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(/.f64 c (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b))) |
(/.f64 c (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 c (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(/.f64 c (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b a) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b (*.f64 c a))) |
(/.f64 (/.f64 c (/.f64 b a)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c (/.f64 b a))) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) a) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 a (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) a))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1/3 binary64) (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))))) |
(/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 b a)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (neg.f64 (/.f64 c (/.f64 b a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64))))) (/.f64 b a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a)))) a) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a)))) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 b c)) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64)))) a) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 a b) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 a (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 c a)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c (/.f64 b a)) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 c (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 c b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a)) |
(*.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(*.f64 (/.f64 c (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c b) (/.f64 a (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 c (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(*.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) a) (/.f64 (/.f64 c b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) b) (*.f64 c a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(*.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) b) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -1 binary64) a)) (*.f64 a #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 c b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal -2 binary64) b) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 a (/.f64 c b)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) a)) |
(/.f64 #s(literal -1/2 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a #s(literal -1/2 binary64)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) (/.f64 c (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 c (/.f64 b a)) |
(/.f64 a (/.f64 b c)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 c a) b) |
(/.f64 (/.f64 c (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 a b)) |
(*.f64 a (/.f64 c b)) |
(*.f64 (/.f64 c (/.f64 b a)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b a))) |
(*.f64 #s(literal -1 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 c b) a) |
(*.f64 (/.f64 a b) c) |
(*.f64 (/.f64 a b) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (*.f64 c a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 b (*.f64 c a)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 b a) |
(/.f64 (/.f64 b a) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 b a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 b a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) a)) |
(*.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) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a b) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a b) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64)))) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 b (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 a (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 a (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c))) |
(/.f64 a (neg.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))))) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(/.f64 (/.f64 b a) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 (/.f64 b c) #s(literal -1/2 binary64)) |
(/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 #s(literal -2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 2 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c)) |
(/.f64 #s(literal -2 binary64) (/.f64 c b)) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) |
(/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b)) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c))) |
(/.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) #s(literal -1/3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a)))) |
(/.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 #s(literal -2 binary64) b) c) |
(/.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) c) |
(/.f64 (neg.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))))) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b))) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) b)) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (neg.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) b))) c) |
(/.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 #s(literal 3/2 binary64) (/.f64 c b))) |
(/.f64 (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (neg.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(*.f64 a (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64))) |
(*.f64 a (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)))) |
(*.f64 a (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (/.f64 b c) #s(literal -2 binary64)) |
(*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal 3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (/.f64 c b)) (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 #s(literal 2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(*.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (pow.f64 (/.f64 (/.f64 c b) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (pow.f64 (/.f64 c (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b c)) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 3 binary64)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b)) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 #s(literal 1 binary64) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) #s(literal -3 binary64)) |
(*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a)) |
(*.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 a (/.f64 c b)) a)) |
(*.f64 (/.f64 a (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 c b))) |
(*.f64 (/.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) (/.f64 #s(literal 3 binary64) c)) |
(*.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) a) |
(*.f64 (*.f64 #s(literal -2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1 binary64) c)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (pow.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal -1 binary64)) #s(literal 3 binary64)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) a) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 c b) #s(literal 3 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) a) #s(literal -1 binary64)) (pow.f64 (/.f64 c #s(literal 3 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a) #s(literal -1 binary64)) #s(literal -3 binary64)) |
(*.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(/.f64 c (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b))) |
(/.f64 c (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 c (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(/.f64 c (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b a) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b (*.f64 c a))) |
(/.f64 (/.f64 c (/.f64 b a)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c (/.f64 b a))) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) a) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 a (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) a))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1/3 binary64) (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))))) |
(/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 b a)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (neg.f64 (/.f64 c (/.f64 b a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64))))) (/.f64 b a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a)))) a) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a)))) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 b c)) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64)))) a) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 a b) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 a (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 c a)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c (/.f64 b a)) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 c (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 c b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a)) |
(*.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(*.f64 (/.f64 c (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c b) (/.f64 a (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 c (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(*.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) a) (/.f64 (/.f64 c b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) b) (*.f64 c a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(*.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) b) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -1 binary64) a)) (*.f64 a #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 c b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal -2 binary64) b) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 a (/.f64 c b)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(neg.f64 (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 a #s(literal 1/3 binary64)) |
(/.f64 #s(literal -3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 #s(literal -3 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64)) |
(*.f64 #s(literal 3 binary64) a) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) #s(literal -3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(neg.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 a (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(/.f64 #s(literal -3/2 binary64) (/.f64 b (*.f64 c a))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 b c)) |
(/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -3/2 binary64) (/.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64))) b) |
(/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 c b) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b a))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 a (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) c))) |
(pow.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(*.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 a (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 c (*.f64 b a))) #s(literal -1 binary64))) |
(*.f64 a (neg.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 c b)))) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 c b)) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(*.f64 (*.f64 c (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3/2 binary64) (/.f64 c b))) |
(*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 c (*.f64 b a)) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (/.f64 c (*.f64 b a))) |
(*.f64 (/.f64 c b) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 a b) (*.f64 #s(literal -3/2 binary64) c)) |
(*.f64 (/.f64 a b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) c) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) a) |
(*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 c a)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (/.f64 a c) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) c) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) b) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 b #s(literal -3/2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))) #s(literal -1 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) b) #s(literal -1 binary64)) (pow.f64 (/.f64 a c) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(/.f64 c (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b))) |
(/.f64 c (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 c (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(/.f64 c (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b a) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b (*.f64 c a))) |
(/.f64 (/.f64 c (/.f64 b a)) (/.f64 a #s(literal -1/2 binary64))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b))) |
(/.f64 (/.f64 a #s(literal -2/3 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c (/.f64 b a))) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) a) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 c b)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 a (/.f64 c (/.f64 b a))))) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 c a)) a))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1/3 binary64) (*.f64 a (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))))) |
(/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 a #s(literal 3/2 binary64)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 b a)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(/.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 a (/.f64 c b))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 #s(literal -2/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (neg.f64 (/.f64 c (/.f64 b a))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64))))) (/.f64 b a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a)))) a) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b)) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a)))) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a))) (/.f64 a (/.f64 c b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64)))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 b c)) |
(/.f64 (neg.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64)))) a) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 c (/.f64 b a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) a)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 a b) (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (/.f64 a b)))) |
(*.f64 c (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 a (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 c a)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c (/.f64 b a)) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 c (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 (/.f64 c b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (/.f64 b c))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (/.f64 b a))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 c a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a)) |
(*.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/2 binary64) a)))) |
(*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1 binary64)) |
(*.f64 (/.f64 c (*.f64 b a)) (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c b) (/.f64 a (/.f64 a #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(*.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) (/.f64 c (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal 1/3 binary64)) (/.f64 b c)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (*.f64 b a))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(*.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 c b) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) a) (/.f64 (/.f64 c b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b a)) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 c b)) a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) b) (*.f64 c a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) c) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(*.f64 (/.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) a) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a #s(literal 3/2 binary64))) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (/.f64 c (*.f64 b a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) a) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 c (/.f64 a #s(literal -1/2 binary64))) b) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) b) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c)) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b c)) (/.f64 a #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (/.f64 #s(literal -1 binary64) a)) (*.f64 a #s(literal 3/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 a (/.f64 c b)) a)) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 a #s(literal -1/2 binary64)))) b) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 c b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 3 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal -2 binary64) b) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 a (/.f64 c b)) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64))))) |
(neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) |
(/.f64 b (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 b (neg.f64 (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 b c) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 a (/.f64 c b))) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 b a) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal 3/2 binary64))) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3/2 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) c) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 a (/.f64 c b))) (/.f64 #s(literal -1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) c) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 a (/.f64 c b)) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 c (*.f64 b a))))) |
(/.f64 (*.f64 b a) (/.f64 c (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 b a) (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) c)) |
(/.f64 (*.f64 b a) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(/.f64 (*.f64 b a) (neg.f64 (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (/.f64 a (/.f64 c b)) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 a (/.f64 c b))))) |
(/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 c (*.f64 b a))) |
(/.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 b c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (neg.f64 (/.f64 c (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (neg.f64 (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal 3/2 binary64) (/.f64 c b))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -2/3 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 a (/.f64 c b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 b (*.f64 c a)) #s(literal -3/2 binary64)) |
(/.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 c b)) |
(/.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) c) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) (*.f64 c #s(literal -3/2 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a a)) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3/2 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (*.f64 a #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)) (*.f64 #s(literal -3/2 binary64) c)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a))) #s(literal 3/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (neg.f64 (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (neg.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a)) |
(/.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) b) (/.f64 c a)) |
(/.f64 (/.f64 (/.f64 a (/.f64 c b)) (*.f64 a a)) #s(literal -3/2 binary64)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 c (*.f64 b a))) #s(literal -3/2 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 b a) (*.f64 a a))) (neg.f64 (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64))))) c) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a a))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3/2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (*.f64 a #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a))) (neg.f64 (*.f64 #s(literal -3/2 binary64) c))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (neg.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 a (/.f64 c b)) (*.f64 a a))) #s(literal 3/2 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 c (*.f64 b a)))) #s(literal 3/2 binary64)) |
(pow.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 b (/.f64 (/.f64 a c) (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 b (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(*.f64 (/.f64 b a) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) c))) |
(*.f64 (/.f64 b a) (pow.f64 (*.f64 #s(literal -3/2 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 b c) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64))))) |
(*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) c)) |
(*.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) c))) |
(*.f64 (/.f64 a (/.f64 c b)) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 c (*.f64 b a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c (*.f64 b a)) (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -2/3 binary64)) (/.f64 a (/.f64 c b))))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) (/.f64 a (/.f64 c b))) |
(*.f64 (/.f64 b (*.f64 c (/.f64 a #s(literal -2/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (-.f64 #s(literal 0 binary64) c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 c (*.f64 b a)) (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 3/2 binary64)) (/.f64 a (/.f64 c b))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 b (*.f64 c a)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 b c)) |
(*.f64 (/.f64 b (/.f64 a #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 (*.f64 b a) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -3/2 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3/2 binary64)))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) c)))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) c))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) (/.f64 #s(literal -1 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 (/.f64 b c) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(*.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) b) (/.f64 a c)) |
(*.f64 (/.f64 (/.f64 a (/.f64 c b)) (*.f64 a a)) #s(literal -2/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 c (*.f64 b a))) #s(literal -2/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal -3/2 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c a))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 3/2 binary64)) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) c)) |
(*.f64 (pow.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 c (/.f64 b (/.f64 a #s(literal -2/3 binary64)))) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal -2/3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (/.f64 #s(literal -2/3 binary64) a) a) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal -3/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) #s(literal 3/2 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) #s(literal -3/2 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) a) |
(pow.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 (/.f64 #s(literal -2/3 binary64) (*.f64 a a)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2/3 binary64) (*.f64 a a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal -2/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) #s(literal 2/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal -2/3 binary64)) #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1/3 binary64) a) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/2 binary64))) |
(fabs.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(fma.f64 b b (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 c (/.f64 a #s(literal -1/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 -1/3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)))) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))))) (*.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) |
(/.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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) (+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) (*.f64 c a))) #s(literal -27 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/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 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9 binary64) (*.f64 a a))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)))) |
(*.f64 (pow.f64 (+.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 c a) (*.f64 (*.f64 c 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 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) (*.f64 c a)) #s(literal -9 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (*.f64 b a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(/.f64 b (/.f64 c a)) |
(/.f64 a (/.f64 c b)) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b a))))) |
(/.f64 (*.f64 b a) c) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 c (*.f64 b a)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 a c)) |
(*.f64 a (/.f64 b c)) |
(*.f64 #s(literal 1 binary64) (/.f64 a (/.f64 c b))) |
(*.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 a (/.f64 c b)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (/.f64 c b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal -1 binary64) c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 b a)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 a c) b) |
(*.f64 (pow.f64 (/.f64 c (*.f64 b a)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 c (*.f64 b a)) #s(literal -1/2 binary64))) |
| 1× | egg-herbie |
| 7704× | *-lowering-*.f32 |
| 7704× | *-lowering-*.f64 |
| 3840× | +-lowering-+.f64 |
| 3840× | +-lowering-+.f32 |
| 1748× | fma-lowering-fma.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 688 | 6180 |
| 1 | 2420 | 5956 |
| 0 | 8484 | 5956 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1/3))) |
(* -1/2 (/ (* a c) b)) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -1/2 (* a c)) (+ (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2/3 b) |
(* -1 (* b (+ 2/3 (* -1/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -1/2 (/ (* a c) b)) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -9/16 (/ (* (pow a 3) c) (pow b 5))) (* -3/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -1/2 (/ a b)) (* c (+ (* -3/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -9/16 (/ (pow a 3) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ (* a c) b)) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* -1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(* -2/3 (/ b a)) |
(/ -2/3 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) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ -1/2 a) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ (* a c) b) |
(/ 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) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -3/2 (/ (* a c) b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(* -2/3 (/ b (* a c))) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ -2/3 (pow a 2)) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* -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)))) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) c) |
(/ (* a b) 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 (*.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 c (*.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 a (*.f64 c (*.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 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 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 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (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) b) (/.f64 a (*.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) b) (/.f64 a (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) 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)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 (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 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 (neg.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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (/.f64 (*.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 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 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 (*.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 (*.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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) a)) a)) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 b) (* 1/3 (* (sqrt (* a c)) (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) b)) |
(+ (* 1/3 (* (sqrt (* a c)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1/3))) |
(+.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 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 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) b) |
(/ (+ (* -1/2 (* a c)) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #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 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b)) (+.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.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 c (*.f64 a #s(literal -1/2 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 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 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2/3 (+ (* -9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ (* a c) (pow b 2))) (* -3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2/3 binary64) (+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) b) |
(* c (+ (* -1/2 (/ a b)) (* -3/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -1/2 binary64)) 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 a #s(literal -1/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a a) 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 a #s(literal -1/2 binary64)) b) (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a a) 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 (*.f64 #s(literal -1/6 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* 1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b c)) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/3 (/ b c)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ a c)) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b c)) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/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/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/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (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)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 b)) c)) (* 1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) b) (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.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 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) c)))) |
(* -1/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) b) |
(* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.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 (*.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 (* a c)) (sqrt -3))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* a (+ (* -1/3 (/ b a)) (* 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 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64))))))) |
(* -1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1/3 binary64))) |
(* -1 (* a (+ (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b a))))) |
(*.f64 (*.f64 (neg.f64 a) #s(literal 1/3 binary64)) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (+ (* -1/3 b) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.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 #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)))))) 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 #s(literal 0 binary64) (*.f64 a (-.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 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) a)) a)))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) 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 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.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))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.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 #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))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.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 #s(literal -3/2 binary64) c)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 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 a (*.f64 c (*.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 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (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 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) b) c)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.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 a (*.f64 c (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) b) 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 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 (*.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 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #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 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))) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 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))) (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 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 a (*.f64 c (*.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 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -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) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c 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 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 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (/.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))) (*.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 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 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 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #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 a (*.f64 c (*.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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.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 a (*.f64 c (*.f64 a a))))) (*.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 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal -1 binary64))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))))))) (neg.f64 a)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/ -2/3 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) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ -1/2 a) |
(/.f64 #s(literal -1/2 binary64) a) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ (* a c) b) |
(/.f64 (*.f64 c a) b) |
(/ 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) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 a (*.f64 #s(literal -3/2 binary64) c)) 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) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(* -2/3 (/ b (* a c))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) c) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ -2/3 (pow a 2)) |
(/.f64 #s(literal -2/3 binary64) (*.f64 a a)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 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 c (*.f64 a #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
(/ (* a b) c) |
(/.f64 (*.f64 a b) c) |
Compiled 32066 to 3588 computations (88.8% saved)
74 alts after pruning (68 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1879 | 31 | 1910 |
| Fresh | 10 | 37 | 47 |
| Picked | 2 | 3 | 5 |
| Done | 2 | 3 | 5 |
| Total | 1893 | 74 | 1967 |
| Status | Accuracy | Program |
|---|---|---|
| 17.3% | (pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) a) #s(literal 3 binary64)) | |
| 32.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 3 binary64)) a) | |
| 28.2% | (/.f64 (/.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)) a) #s(literal 3 binary64)) | |
| 19.7% | (/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) | |
| 31.6% | (/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) | |
| 48.8% | (/.f64 (/.f64 (*.f64 #s(literal 3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) #s(literal 9 binary64)) | |
| 31.6% | (/.f64 (/.f64 b #s(literal -3/2 binary64)) a) | |
| 26.7% | (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) | |
| 32.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) | |
| 18.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) | |
| 18.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) | |
| ✓ | 25.5% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
| 18.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) | |
| ✓ | 17.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
| 19.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) | |
| 24.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) | |
| 19.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) | |
| 19.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) | |
| 48.6% | (/.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)) | |
| ✓ | 23.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
| 32.8% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 19.7% | (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) | |
| 31.7% | (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) | |
| 36.0% | (/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) | |
| 30.9% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) | |
| 31.2% | (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) | |
| 48.8% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))) b) #s(literal 1/3 binary64)) a) | |
| 32.8% | (/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) | |
| 28.2% | (/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) | |
| 26.6% | (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) | |
| 25.6% | (/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) | |
| 26.6% | (/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) | |
| 26.6% | (/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) | |
| 36.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) | |
| 26.9% | (/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) | |
| 25.8% | (/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) | |
| 26.7% | (/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) | |
| 31.6% | (/.f64 b (/.f64 a #s(literal -2/3 binary64))) | |
| 19.7% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) | |
| ✓ | 26.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
| 26.3% | (/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) | |
| 28.9% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) | |
| 31.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) | |
| 35.6% | (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) | |
| 35.5% | (/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) | |
| 35.6% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) | |
| 24.6% | (/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) | |
| 31.6% | (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) | |
| 32.1% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) | |
| 31.6% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) | |
| 30.9% | (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| 32.2% | (*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) | |
| 27.2% | (*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) | |
| 31.6% | (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) | |
| 31.6% | (*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 22.1% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) | |
| 22.1% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) | |
| 28.3% | (*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3/2 binary64) b)))) | |
| 31.6% | (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) | |
| 21.2% | (*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b))) #s(literal -1/2 binary64)))) | |
| 28.5% | (*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64))))) | |
| 48.8% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) | |
| 36.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) | |
| ✓ | 24.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
| 31.6% | (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) | |
| 30.4% | (*.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)) | |
| 31.3% | (*.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)) | |
| 35.5% | (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) | |
| 14.1% | (*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) | |
| 28.9% | (*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) | |
| 28.9% | (*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) | |
| 21.6% | (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) | |
| ✓ | 13.0% | #s(literal 0 binary64) |
Compiled 2442 to 1144 computations (53.2% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.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 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) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.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 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))) b) #s(literal 1/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 (-.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 (-.f64 (*.f64 (sqrt.f64 (*.f64 a (*.f64 c #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) b)) #s(literal 9 binary64)) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (-.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 (*.f64 #s(literal 3 binary64) (-.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 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.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)) a) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 a b)) (*.f64 a 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 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal 3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(*.f64 (exp.f64 (*.f64 (log.f64 (/.f64 a #s(literal -2/3 binary64))) #s(literal -1 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (log.f64 (*.f64 b #s(literal -2/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (exp.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -3/2 binary64) b)))) |
| 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) |
5 calls:
| 67.0ms | (*.f64 #s(literal 3 binary64) a) |
| 50.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)) |
| 41.0ms | b |
| 41.0ms | a |
| 35.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 54.7% | 4 | a |
| 85.9% | 3 | b |
| 48.9% | 1 | c |
| 74.2% | 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)) |
| 54.7% | 4 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.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 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) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (*.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 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b))) b) #s(literal 1/3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 26.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.8% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.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 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) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 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)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 26.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.8% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.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 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) a) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1/2 binary64)) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (*.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:
| 27.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.8% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.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:
| 33.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.8% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
| Outputs |
|---|
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 35.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.7% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal 3/2 binary64))) |
(/.f64 (-.f64 b b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3/2 binary64) b)) |
(/.f64 (/.f64 (*.f64 b #s(literal -6 binary64)) #s(literal 9 binary64)) a) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) (*.f64 a b))) |
(*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal -2/3 binary64) a)))) |
(*.f64 c (*.f64 #s(literal -1/2 binary64) (/.f64 a (*.f64 a b)))) |
(*.f64 c (*.f64 (/.f64 a b) (/.f64 #s(literal -1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 c (/.f64 b a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) b))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 c a) (/.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c)) a) |
(/.f64 #s(literal -1/2 binary64) (/.f64 a (/.f64 c (/.f64 b a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/2 binary64) c)))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a) (*.f64 b a)) |
(/.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) b) a) |
(/.f64 (/.f64 (*.f64 b a) (*.f64 a a)) #s(literal -3/2 binary64)) |
(*.f64 c (/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3/2 binary64))) a))) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) a) (/.f64 c (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) a) (/.f64 a (*.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 a #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 c (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal -2/3 binary64) a)) (*.f64 b a))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c))) a) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 #s(literal 1/3 binary64) a)) b) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))) b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal 3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 c (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -2/3 binary64) a)) (/.f64 a (/.f64 c b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 b c) (*.f64 a #s(literal -3/2 binary64)))) a) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 b c)))) |
(/.f64 (*.f64 (*.f64 c a) (*.f64 #s(literal -3/2 binary64) (/.f64 #s(literal 1 binary64) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 c (*.f64 a #s(literal 3/2 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 c b) b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b c)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 c (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 a #s(literal -3/2 binary64))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a c) (/.f64 (/.f64 b a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (*.f64 a #s(literal -3/2 binary64))) (/.f64 (/.f64 b a) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (*.f64 (+.f64 #s(literal 2/3 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -1/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -2/3 binary64)))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) #s(literal -3/2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) c) (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -3/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (*.f64 b a) (*.f64 c a)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 a (/.f64 c b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 #s(literal -3/2 binary64) (/.f64 a (/.f64 c b))))) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 b b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 9/4 binary64) (*.f64 b b)) #s(literal -1/2 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:
| 46.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 3/2 binary64) b) a)) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3/2 binary64)) b)) |
| Outputs |
|---|
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
| Outputs |
|---|
(*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 4.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 3/2 binary64))) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) |
| Outputs |
|---|
(/.f64 (/.f64 b #s(literal -3/2 binary64)) a) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 21.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.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) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
1 calls:
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.3% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 b (/.f64 a #s(literal -2/3 binary64))) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
1 calls:
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.2% | 2 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -2/3 binary64) a) b) |
#s(literal 0 binary64) |
3 calls:
| 2.0ms | a |
| 2.0ms | b |
| 2.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 31.6% | 1 | c |
| 31.6% | 1 | a |
| 42.0% | 2 | b |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(literal 0 binary64) |
| Outputs |
|---|
#s(literal 0 binary64) |
3 calls:
| 5.0ms | c |
| 1.0ms | b |
| 1.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 13.0% | 1 | a |
| 13.0% | 1 | c |
| 13.0% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 29.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 18.0ms | -2.8182101364286504e+154 | -2.3498921506693135e+146 |
| 24.0ms | 227× | 0 | valid |
| 6.0ms | 29× | 1 | valid |
| 5.0ms | 16× | 2 | valid |
| 3.0ms | 29× | 0 | invalid |
Compiled 537 to 392 computations (27% saved)
ival-sqrt: 7.0ms (29.8% of total)ival-mult: 7.0ms (29.8% of total)ival-div: 3.0ms (12.8% of total)ival-sub: 2.0ms (8.5% of total)ival-neg: 2.0ms (8.5% of total)ival-add: 2.0ms (8.5% of total)backward-pass: 1.0ms (4.3% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 47.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 24.0ms | -2.8182101364286504e+154 | -2.3498921506693135e+146 |
| 27.0ms | 189× | 0 | valid |
| 8.0ms | 26× | 2 | valid |
| 5.0ms | 25× | 1 | valid |
| 2.0ms | 25× | 0 | invalid |
Compiled 475 to 346 computations (27.2% saved)
ival-sqrt: 13.0ms (45.1% of total)ival-mult: 7.0ms (24.3% of total)ival-div: 2.0ms (6.9% of total)ival-sub: 2.0ms (6.9% of total)ival-neg: 2.0ms (6.9% of total)ival-add: 2.0ms (6.9% of total)backward-pass: 1.0ms (3.5% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 33.0ms | -2.8182101364286504e+154 | -2.3498921506693135e+146 |
| 45.0ms | 219× | 0 | valid |
| 7.0ms | 25× | 2 | valid |
| 5.0ms | 28× | 1 | valid |
| 1.0ms | 14× | 0 | invalid |
Compiled 537 to 392 computations (27% saved)
ival-sqrt: 18.0ms (51% of total)ival-mult: 7.0ms (19.9% of total)ival-div: 3.0ms (8.5% of total)ival-sub: 2.0ms (5.7% of total)ival-neg: 2.0ms (5.7% of total)ival-add: 2.0ms (5.7% of total)backward-pass: 1.0ms (2.8% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 43.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 48.0ms | -4.274374148104676e-65 | -5.5250067972211916e-73 |
| 46.0ms | 210× | 0 | valid |
| 23.0ms | 25× | 2 | valid |
| 7.0ms | 37× | 1 | valid |
| 5.0ms | 53× | 0 | invalid |
Compiled 469 to 358 computations (23.7% saved)
ival-sub: 29.0ms (44.7% of total)ival-mult: 23.0ms (35.5% of total)ival-div: 3.0ms (4.6% of total)ival-sqrt: 3.0ms (4.6% of total)backward-pass: 2.0ms (3.1% of total)ival-neg: 2.0ms (3.1% of total)ival-add: 2.0ms (3.1% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 42.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 32.0ms | -4.274374148104676e-65 | -5.5250067972211916e-73 |
| 33.0ms | 232× | 0 | valid |
| 21.0ms | 18× | 1 | valid |
| 6.0ms | 22× | 2 | valid |
| 4.0ms | 45× | 0 | invalid |
Compiled 469 to 358 computations (23.7% saved)
ival-sqrt: 21.0ms (42% of total)ival-div: 14.0ms (28% of total)ival-mult: 8.0ms (16% of total)ival-sub: 2.0ms (4% of total)ival-neg: 2.0ms (4% of total)ival-add: 2.0ms (4% of total)backward-pass: 1.0ms (2% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 29.0ms | 4.093558757589089e-56 | 3.2932802250090256e-53 |
| 38.0ms | -4.274374148104676e-65 | -5.5250067972211916e-73 |
| 22.0ms | 60× | 0 | invalid |
| 19.0ms | 211× | 0 | valid |
| 8.0ms | 25× | 2 | valid |
| 7.0ms | 36× | 1 | valid |
Compiled 469 to 358 computations (23.7% saved)
ival-mult: 8.0ms (34.2% of total)ival-div: 3.0ms (12.8% of total)ival-sqrt: 3.0ms (12.8% of total)ival-sub: 2.0ms (8.6% of total)ival-neg: 2.0ms (8.6% of total)ival-add: 2.0ms (8.6% of total)backward-pass: 1.0ms (4.3% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 9.0ms | 95× | 0 | valid |
| 5.0ms | 61× | 0 | invalid |
| 0.0ms | 1× | 1 | valid |
Compiled 146 to 113 computations (22.6% saved)
ival-mult: 3.0ms (36.8% of total)ival-div: 1.0ms (12.3% of total)ival-add: 1.0ms (12.3% of total)ival-sub: 1.0ms (12.3% of total)ival-sqrt: 1.0ms (12.3% of total)ival-neg: 1.0ms (12.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 41.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 28.0ms | 56× | 0 | invalid |
| 9.0ms | 95× | 0 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 146 to 113 computations (22.6% saved)
ival-neg: 24.0ms (77.6% of total)ival-mult: 3.0ms (9.7% of total)ival-div: 1.0ms (3.2% of total)ival-add: 1.0ms (3.2% of total)ival-sub: 1.0ms (3.2% of total)ival-sqrt: 1.0ms (3.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 8.0ms | 94× | 0 | valid |
| 4.0ms | 44× | 0 | invalid |
| 0.0ms | 2× | 1 | valid |
Compiled 146 to 113 computations (22.6% saved)
ival-mult: 3.0ms (41% of total)ival-div: 1.0ms (13.7% of total)ival-add: 1.0ms (13.7% of total)ival-sub: 1.0ms (13.7% of total)ival-sqrt: 1.0ms (13.7% of total)ival-neg: 1.0ms (13.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 16.0ms | 96× | 0 | valid |
| 5.0ms | 57× | 0 | invalid |
Compiled 134 to 101 computations (24.6% saved)
ival-mult: 3.0ms (38.6% of total)ival-sub: 1.0ms (12.9% of total)ival-div: 1.0ms (12.9% of total)ival-add: 1.0ms (12.9% of total)ival-sqrt: 1.0ms (12.9% of total)ival-neg: 1.0ms (12.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 41.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 9.0ms | 95× | 0 | valid |
| 4.0ms | 42× | 0 | invalid |
| 0.0ms | 1× | 1 | valid |
Compiled 134 to 101 computations (24.6% saved)
ival-mult: 3.0ms (42.3% of total)ival-div: 1.0ms (14.1% of total)ival-add: 1.0ms (14.1% of total)ival-sub: 1.0ms (14.1% of total)ival-sqrt: 1.0ms (14.1% of total)ival-neg: 1.0ms (14.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 |
|---|---|---|
| 17.0ms | 4.473842154878098e-267 | 5.9218859425447984e-266 |
| 9.0ms | 96× | 0 | valid |
| 4.0ms | 42× | 0 | invalid |
Compiled 134 to 101 computations (24.6% saved)
ival-mult: 3.0ms (41.6% of total)ival-sub: 1.0ms (13.9% of total)ival-div: 1.0ms (13.9% of total)ival-add: 1.0ms (13.9% of total)ival-sqrt: 1.0ms (13.9% of total)ival-neg: 1.0ms (13.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 51.0ms | -4.191939786560838e-289 | -3.5007793876468235e-292 |
| 41.0ms | 128× | 0 | valid |
| 4.0ms | 47× | 0 | invalid |
Compiled 138 to 113 computations (18.1% saved)
ival-mult: 4.0ms (44.1% of total)ival-sub: 1.0ms (11% of total)ival-div: 1.0ms (11% of total)ival-add: 1.0ms (11% of total)ival-sqrt: 1.0ms (11% of total)ival-neg: 1.0ms (11% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 30× | *-commutative_binary64 |
| 14× | +-commutative_binary64 |
| 10× | sub-neg_binary64 |
| 2× | 1-exp_binary64 |
| 2× | neg-sub0_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 103 | 305 |
| 1 | 126 | 305 |
| 2 | 133 | 305 |
| 3 | 135 | 305 |
| 4 | 136 | 305 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -240000000000000019562252236680339583670148823394302242175816974159939858942482840489469169799988105790915063112819518345146473967791478722495774720 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4744950613418513/431359146674410236714672241392314090778194310760649159697657763987456 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 -399999999999999973453466919889848968444078777271384730315704015582479494600573681037194049813300218132071108299721531164231622769709598852710924288 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1725436586697641/53919893334301279589334030174039261347274288845081144962207220498432 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2699999999999999976080404580022112673388726058594534322071478326227464798100728861419853073354811362630046722854936708812471267534139814678351577088 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3588908100331093/55213970774324510299478046898216203619608871777363092441300193790394368 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -3978585891278293/248661618204893321077691124073410420050228075398673858720231988446579748506266687766528 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4693187515817583/13803492693581127574869511724554050904902217944340773110325048447598592 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.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 -8081502591659033/31082702275611665134711390509176302506278509424834232340028998555822468563283335970816 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 336999333339383/13479973333575319897333507543509815336818572211270286240551805124608 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 -995997234783699/237142198758023568227473377297792835283496928595231875152809132048206089502588928 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5521397077432451/55213970774324510299478046898216203619608871777363092441300193790394368 binary64)) (/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 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 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 871298969811201/145216494968533502226373290834951226575318379068300240142165220636322329800820739604020343212515268612285031620136032524458455590385244698026448298935780725174118246137447253314715469710380638366234296463120257539655053584656042977359091693393423640919145029829506241486695834845184 binary64)) (*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (/.f64 (/.f64 b #s(literal -3/2 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (*.f64 (/.f64 #s(literal -1/2 binary64) b) c)) |
(if (<=.f64 b #s(literal -7977263285951527/22471164185778948846616314884862809170224712236778832159178760144716584475687620391588559665300942002640014234983924169707348721101802077811605928829934265547220986678108185659537777450155761764931635369010625721104768835292807860184239138817603404645418813835573287279993405742309964538104419541203028017152 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) #s(literal 0 binary64)) |
#s(literal 0 binary64) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -240000000000000019562252236680339583670148823394302242175816974159939858942482840489469169799988105790915063112819518345146473967791478722495774720 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4744950613418513/431359146674410236714672241392314090778194310760649159697657763987456 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 -399999999999999973453466919889848968444078777271384730315704015582479494600573681037194049813300218132071108299721531164231622769709598852710924288 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 1725436586697641/53919893334301279589334030174039261347274288845081144962207220498432 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2699999999999999976080404580022112673388726058594534322071478326227464798100728861419853073354811362630046722854936708812471267534139814678351577088 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3588908100331093/55213970774324510299478046898216203619608871777363092441300193790394368 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -2699999999999999976080404580022112673388726058594534322071478326227464798100728861419853073354811362630046722854936708812471267534139814678351577088 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 3588908100331093/55213970774324510299478046898216203619608871777363092441300193790394368 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 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -3978585891278293/248661618204893321077691124073410420050228075398673858720231988446579748506266687766528 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 4693187515817583/13803492693581127574869511724554050904902217944340773110325048447598592 binary64)) (/.f64 (/.f64 (-.f64 (sqrt.f64 (*.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 -8081502591659033/31082702275611665134711390509176302506278509424834232340028998555822468563283335970816 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 336999333339383/13479973333575319897333507543509815336818572211270286240551805124608 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 -995997234783699/237142198758023568227473377297792835283496928595231875152809132048206089502588928 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5521397077432451/55213970774324510299478046898216203619608871777363092441300193790394368 binary64)) (/.f64 (*.f64 (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b) #s(literal 1/3 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal -995997234783699/237142198758023568227473377297792835283496928595231875152809132048206089502588928 binary64)) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3 binary64) a)) (if (<=.f64 b #s(literal 5521397077432451/55213970774324510299478046898216203619608871777363092441300193790394368 binary64)) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -3 binary64)))) b)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 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 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64)) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 b (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3/2 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 871298969811201/145216494968533502226373290834951226575318379068300240142165220636322329800820739604020343212515268612285031620136032524458455590385244698026448298935780725174118246137447253314715469710380638366234296463120257539655053584656042977359091693393423640919145029829506241486695834845184 binary64)) (*.f64 (/.f64 b #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 871298969811201/145216494968533502226373290834951226575318379068300240142165220636322329800820739604020343212515268612285031620136032524458455590385244698026448298935780725174118246137447253314715469710380638366234296463120257539655053584656042977359091693393423640919145029829506241486695834845184 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal -3/2 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (/.f64 (/.f64 b #s(literal -3/2 binary64)) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) (*.f64 (/.f64 #s(literal -1/2 binary64) b) c)) |
(if (<=.f64 b #s(literal 2613896909433603/580865979874134008905493163339804906301273516273200960568660882545289319203282958416081372850061074449140126480544130097833822361540978792105793195743122900696472984549789013258861878841522553464937185852481030158620214338624171909436366773573694563676580119318024965946783339380736 binary64)) (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (*.f64 c (/.f64 #s(literal -1/2 binary64) b))) |
(if (<=.f64 b #s(literal -7977263285951527/22471164185778948846616314884862809170224712236778832159178760144716584475687620391588559665300942002640014234983924169707348721101802077811605928829934265547220986678108185659537777450155761764931635369010625721104768835292807860184239138817603404645418813835573287279993405742309964538104419541203028017152 binary64)) (*.f64 (/.f64 #s(literal -2/3 binary64) a) b) #s(literal 0 binary64)) |
(if (<=.f64 b #s(literal -7977263285951527/22471164185778948846616314884862809170224712236778832159178760144716584475687620391588559665300942002640014234983924169707348721101802077811605928829934265547220986678108185659537777450155761764931635369010625721104768835292807860184239138817603404645418813835573287279993405742309964538104419541203028017152 binary64)) (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) #s(literal 0 binary64)) |
#s(literal 0 binary64) |
| 8180× | *-lowering-*.f32 |
| 8180× | *-lowering-*.f64 |
| 7704× | *-lowering-*.f32 |
| 7704× | *-lowering-*.f64 |
| 5990× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3241 |
| 1 | 1915 | 3067 |
| 2 | 7259 | 3055 |
| 0 | 8106 | 3055 |
| 0 | 791 | 6935 |
| 1 | 2824 | 6653 |
| 0 | 8172 | 6653 |
| 0 | 27 | 137 |
| 1 | 152 | 127 |
| 2 | 1248 | 125 |
| 0 | 8230 | 125 |
| 0 | 12 | 16 |
| 1 | 31 | 15 |
| 2 | 70 | 14 |
| 3 | 169 | 14 |
| 4 | 293 | 14 |
| 5 | 522 | 14 |
| 6 | 1036 | 14 |
| 7 | 2219 | 14 |
| 8 | 5237 | 14 |
| 9 | 7777 | 14 |
| 0 | 8193 | 14 |
| 0 | 13 | 43 |
| 1 | 63 | 39 |
| 2 | 545 | 39 |
| 3 | 7665 | 39 |
| 0 | 8165 | 39 |
| 0 | 36 | 149 |
| 1 | 207 | 140 |
| 2 | 1813 | 119 |
| 0 | 8537 | 119 |
| 0 | 36 | 153 |
| 1 | 179 | 123 |
| 2 | 1271 | 117 |
| 0 | 8239 | 117 |
| 0 | 688 | 6180 |
| 1 | 2420 | 5956 |
| 0 | 8484 | 5956 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1463 to 922 computations (37% saved)
Compiled 656 to 230 computations (64.9% saved)
Loading profile data...