
Time bar (total: 22.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 0 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 1 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 2 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 3 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 4 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 5 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 6 |
| 6.8% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 15.9% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 23.1% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 36.5% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 45.4% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 52.3% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 43 to 25 computations (41.9% saved)
...c/correct-round.rkt:119:19: 59.0ms (32.6% of total)ival-mult: 31.0ms (17.1% of total)ival-<: 31.0ms (17.1% of total)ival-sqrt: 12.0ms (6.6% of total)ival-div: 11.0ms (6.1% of total)ival-and: 10.0ms (5.5% of total)ival-neg: 9.0ms (5% of total)ival-add: 8.0ms (4.4% of total)ival-sub: 8.0ms (4.4% of total)const: 2.0ms (1.1% of total)backward-pass: 1.0ms (0.6% of total)| 2.3s | 7207× | 1 | valid |
| 201.0ms | 1138× | 0 | invalid |
| 144.0ms | 1049× | 0 | valid |
...c/correct-round.rkt:119:19: 420.0ms (22.2% of total)ival-mult: 330.0ms (17.4% of total)ival-sqrt: 185.0ms (9.8% of total)ival-<: 185.0ms (9.8% of total)backward-pass: 174.0ms (9.2% of total)ival-div: 167.0ms (8.8% of total)ival-neg: 165.0ms (8.7% of total)ival-add: 110.0ms (5.8% of total)ival-sub: 86.0ms (4.5% of total)ival-and: 59.0ms (3.1% of total)const: 13.0ms (0.7% of total)| 2× | egg-herbie |
| 2336× | fnmadd-define |
| 1694× | fma-define |
| 1686× | div-sub |
| 1628× | sum5-define |
| 1602× | fmsub-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 165 |
| 1 | 180 | 150 |
| 2 | 520 | 140 |
| 3 | 1422 | 140 |
| 4 | 4557 | 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 | 5242 | 14 |
| 9 | 7793 | 14 |
| 0 | 8209 | 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 c (* a -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) -1/3) |
(/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a)) |
(* (/ (+ b (sqrt (fma c (* a -3) (square b)))) a) 1/3) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a)) |
(* (/ (- (sqrt (fma 3 (* a c) (square b))) b) a) 1/3) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 (neg a)) c)))) (* 3 (neg a)))) |
(* (/ (- (sqrt (fma 3 (* a c) (square b))) b) a) 1/3) |
(neg (/ (+ (neg (neg b)) (sqrt (- (* (neg b) (neg b)) (* (* 3 a) c)))) (* 3 a))) |
(* (/ (+ b (sqrt (fma c (* a -3) (square b)))) a) -1/3) |
(neg (/ (+ (neg b) (sqrt (- (* b b) (* (* 3 a) (neg c))))) (* 3 a))) |
(* (/ (- (sqrt (fma 3 (* a c) (square b))) b) a) -1/3) |
(/ (+ (neg a) (sqrt (- (* a a) (* (* 3 b) c)))) (* 3 b)) |
(/ (- (sqrt (fma b (* c -3) (square a))) a) (* b 3)) |
(/ (+ (neg b) (sqrt (- (* b b) (* (* 3 c) a)))) (* 3 c)) |
(/ (- (sqrt (fma c (* a -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 |
|---|---|---|---|---|---|
| 249 | 1 | (8.485613887446834e-13 3629.416186215562 28798685375529372.0) | 2 | (315.65493048968085 5.0967106770948796e-14 7.73807590435726e-32) | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| 0 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)) |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 0 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c))) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 3 binary64) a) c) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | a |
| 216.0ms | 450× | 1 | valid |
| 9.0ms | 62× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 20.0ms (28.6% of total)backward-pass: 18.0ms (25.7% of total)ival-sqrt: 8.0ms (11.4% of total)ival-div: 7.0ms (10% of total)ival-neg: 6.0ms (8.6% of total)ival-sub: 5.0ms (7.1% of total)ival-add: 5.0ms (7.1% of total)const: 1.0ms (1.4% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 17.8% | (/.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)) |
| 2880× | fnmadd-define |
| 1658× | fma-define |
| 1486× | fnmsub-define |
| 1378× | 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 | 8062 | 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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 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.9% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.3% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 17.9% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| 77.0ms | 225× | 1 | valid |
| 5.0ms | 31× | 0 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 12.0ms (37.5% of total)backward-pass: 6.0ms (18.8% of total)ival-div: 4.0ms (12.5% of total)ival-sqrt: 4.0ms (12.5% of total)ival-sub: 3.0ms (9.4% of total)ival-add: 2.0ms (6.3% of total)const: 1.0ms (3.1% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a))> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* c (* a -3))> |
| Outputs |
|---|
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | a | @ | -inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | c | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | a | @ | -inf | (sqrt (+ (* b b) (* c (* a -3)))) |
| 1× | batch-egg-rewrite |
| 3184× | *-lowering-*.f32 |
| 3184× | *-lowering-*.f64 |
| 2946× | /-lowering-/.f32 |
| 2946× | /-lowering-/.f64 |
| 1496× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 48 |
| 1 | 40 | 44 |
| 2 | 150 | 44 |
| 3 | 796 | 44 |
| 4 | 7633 | 44 |
| 0 | 8533 | 44 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* c (* a -3)) |
| Outputs |
|---|
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b #s(literal 3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.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 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(+.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 1/3 binary64)))) |
(+.f64 (/.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 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (neg.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #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 1/3 binary64)))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 0 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b a) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (-.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #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))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(-.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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 a (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (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))) b) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 #s(literal 3 binary64) b)) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(-.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 0 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/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)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.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 1/3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #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)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.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 (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.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 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #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 -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #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 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.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) (/.f64 (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.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) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (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/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.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 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 (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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #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 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.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) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.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) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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) a))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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)))))) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (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))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (*.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 #s(literal 1 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.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)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a (*.f64 a #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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.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 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 #s(literal 0 binary64) a)) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.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 1/3 binary64)) b))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 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 (-.f64 #s(literal 0 binary64) 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 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #s(literal 1/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 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.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 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -3 binary64)) (/.f64 a (/.f64 a 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 #s(literal 1/3 binary64) a)) (*.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 a #s(literal 1/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 #s(literal 0 binary64) a)) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 #s(literal 0 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 -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 a (/.f64 #s(literal 1/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 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) 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 1/3 binary64))) (*.f64 b a)) (*.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 1/3 binary64)) b)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b a))) (/.f64 a #s(literal 1/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 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) 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))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b #s(literal 3 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))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 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))))) (-.f64 #s(literal 0 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))))) (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.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 1 binary64)) #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.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 binary64)) a) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 b (/.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 1/3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.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) a)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.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 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.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)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 a (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) a)) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (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)) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.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 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.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 1/3 binary64)) b)) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.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 0 binary64) a) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 a (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal -3 binary64)) (*.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) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (/.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 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 a (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.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 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (-.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))))) #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b 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))))) (-.f64 #s(literal 0 binary64) a)))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.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) a)) (*.f64 a (/.f64 (*.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 #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 #s(literal 0 binary64) a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 3 binary64)) (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 a #s(literal 1/3 binary64))) (*.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 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.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 #s(literal 3 binary64) (/.f64 (*.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 #s(literal 0 binary64) b) a) (*.f64 a #s(literal -3 binary64))) (neg.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 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (-.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))))) #s(literal -3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) 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))))) (-.f64 #s(literal 0 binary64) a)))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.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 -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/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 1/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 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.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 1/3 binary64)))) |
(/.f64 (-.f64 (/.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 1/3 binary64)) b))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/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 (/.f64 a #s(literal 1/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 0 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 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)))))) (-.f64 #s(literal 0 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 (-.f64 #s(literal 0 binary64) 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 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal -3 binary64)))) (/.f64 a (/.f64 #s(literal 1/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 (-.f64 #s(literal 0 binary64) b) a))) (*.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 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) 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 (*.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 #s(literal 0 binary64) 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 (-.f64 #s(literal 0 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 1/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)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/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 b a)) (/.f64 a (/.f64 #s(literal 1/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 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 (-.f64 #s(literal 0 binary64) 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)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (-.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 #s(literal -3 binary64))) (*.f64 b #s(literal 3 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))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 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))))) (-.f64 #s(literal 0 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))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.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 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 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 1 binary64)) #s(literal -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 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 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/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 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #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 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 a #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 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 a (*.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 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal 1 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 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal -1 binary64)) (*.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 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a))) (*.f64 a (*.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 b)) a)) (neg.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b)))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b)))) (*.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 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64))) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) #s(literal -9 binary64)) |
(/.f64 (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 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #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 -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 #s(literal -1 binary64) a) #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 -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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64)) #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 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.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 (*.f64 b (*.f64 a #s(literal -3 binary64))) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) 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 (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (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 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.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))) b) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 #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) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/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 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 a (*.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 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b)))) (/.f64 a #s(literal 1/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 (/.f64 #s(literal 1/3 binary64) a))) (*.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))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) #s(literal 9 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 1/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 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.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 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.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 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) 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 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #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))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) #s(literal 1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) #s(literal 1 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) #s(literal 1 binary64)) (*.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))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) #s(literal 1 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))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 1 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 -3 binary64) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64))) a) |
(/.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a #s(literal 1/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 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.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 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.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 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/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 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) |
(/.f64 (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 a #s(literal -3 binary64))) a) |
(/.f64 (/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) 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))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) a) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a 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))))) (/.f64 a (/.f64 a b))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a 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))))) (/.f64 a (/.f64 a b))) (-.f64 #s(literal 0 binary64) 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 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/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 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 -1/3 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 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #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))))) 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) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) 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 -3 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) 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/3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -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) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.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 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.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 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #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 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.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) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.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) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (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))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a 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))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 1/9 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.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 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #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 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #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 (*.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 -1/3 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #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 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(+.f64 (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))))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(+.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) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(exp.f64 (*.f64 (log.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) b) |
(-.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -1 binary64))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(neg.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) #s(literal 1 binary64)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(pow.f64 (/.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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (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))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (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))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (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)) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #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 (exp.f64 #s(literal 1/2 binary64)) (log.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))))) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (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)) #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)))))) |
(-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(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 #s(literal 3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) 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 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) (*.f64 b b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64) (*.f64 b b)) |
(+.f64 (*.f64 c #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 #s(literal 0 binary64) c) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(*.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (neg.f64 c) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal 3 binary64)) #s(literal -1 binary64)) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 3 binary64)) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
| 1× | egg-herbie |
| 5988× | *-lowering-*.f32 |
| 5988× | *-lowering-*.f64 |
| 2330× | +-lowering-+.f64 |
| 2330× | +-lowering-+.f32 |
| 1558× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7258 | 3181 |
| 0 | 8104 | 3181 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #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 -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 c (/.f64 #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 c (/.f64 #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 (+.f64 (+.f64 (*.f64 c (/.f64 #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)))) (-.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 (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 c (neg.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)))))))) |
(* -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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal -1/6 binary64)) (*.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 #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 #s(literal -1/3 binary64) (/.f64 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.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))) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 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 (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 (*.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 (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 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 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 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 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 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.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 #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 (*.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 #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)) |
(* -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 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a 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))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 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 (*.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 b) #s(literal -3/2 binary64)) (*.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 b) #s(literal -3/2 binary64)) (*.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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #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))))) |
(* -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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.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 b (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) 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 #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 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.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 #s(literal 0 binary64) (*.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))))))) |
(* -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 (*.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)) |
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 (*.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))))) (*.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 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 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 (/.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 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (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 (/.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 b) #s(literal -3/2 binary64)) (/.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 b) #s(literal -3/2 binary64)) (*.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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #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 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.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 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.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 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
Compiled 20754 to 2230 computations (89.3% saved)
60 alts after pruning (59 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 722 | 59 | 781 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 722 | 60 | 782 |
| Status | Accuracy | Program |
|---|---|---|
| 20.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 20.6% | (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 18.9% | (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| ▶ | 17.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 17.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 19.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 19.1% | (/.f64 (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) | |
| 96.9% | (/.f64 (/.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 4 binary64))) (+.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 #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) (*.f64 #s(literal 3 binary64) a)) | |
| 95.9% | (/.f64 (/.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 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.6% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) a) (*.f64 a #s(literal -3 binary64))) | |
| 17.9% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) | |
| 94.2% | (/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.8% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) | |
| 17.8% | (/.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)))))))) | |
| ▶ | 17.8% | (/.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))) |
| 12.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 14.0% | (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 16.9% | (/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) | |
| 18.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 17.9% | (/.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)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.6% | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 17.8% | (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| ✓ | 17.8% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 19.1% | (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 18.3% | (/.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))) | |
| 19.2% | (/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 18.9% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 17.2% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 19.0% | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 18.1% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.9% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) | |
| 18.0% | (/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 19.1% | (/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 17.4% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 94.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 17.4% | (/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) | |
| 94.2% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 90.2% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 94.1% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 95.8% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
| 96.8% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 18.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) | |
| 18.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) | |
| 17.8% | (/.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))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 17.4% | (-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) | |
| 17.7% | (-.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)))) | |
| 19.2% | (+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 94.7% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) | |
| ▶ | 97.4% | (+.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)))))) |
| 96.4% | (+.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)))))) | |
| 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 17.5% | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) | |
| 19.1% | (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 94.3% | (*.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))))) | |
| 96.0% | (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) | |
| 97.0% | (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 3535 to 2177 computations (38.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (*.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)))) |
| ✓ | cost-diff | 384 | (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.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))))) |
| ✓ | cost-diff | 384 | (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.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)))))) |
| ✓ | cost-diff | 640 | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) |
| ✓ | cost-diff | 256 | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) |
| ✓ | cost-diff | 512 | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 128 | (/.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))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | cost-diff | 256 | (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))) |
| ✓ | cost-diff | 384 | (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b))))) |
| ✓ | cost-diff | 384 | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
| 4470× | *-lowering-*.f32 |
| 4470× | *-lowering-*.f64 |
| 2502× | /-lowering-/.f32 |
| 2502× | /-lowering-/.f64 |
| 1460× | fma-lowering-fma.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 703 |
| 1 | 203 | 644 |
| 2 | 620 | 626 |
| 3 | 1850 | 612 |
| 4 | 4548 | 607 |
| 5 | 6718 | 607 |
| 0 | 8099 | 607 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* -3/8 (* c c)) |
-3/8 |
(* c c) |
(* b (* b b)) |
(* b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* (* -9/16 c) (* c c)) |
(* -9/16 c) |
-9/16 |
(pow b 5) |
5 |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(* -1/6 a) |
-1/6 |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(* (pow c 4) 405/64) |
(pow c 4) |
4 |
405/64 |
(pow b 6) |
6 |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(/ (/ 1/3 a) (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b))) |
(/ 1/3 a) |
1/3 |
a |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
1 |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) (/ (/ a 1/3) b)) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ a b) |
(/ (/ a 1/3) b) |
(/ a 1/3) |
1/3 |
(/ (* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) (* 3 a)) |
(* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) |
a |
(+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)))) |
(* (/ c b) -3/2) |
(/ c b) |
c |
b |
-3/2 |
(* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))) |
(+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)) |
(/ (* (* c (* c (* c a))) -27/16) (pow b 5)) |
(* (* c (* c (* c a))) -27/16) |
(* c (* c (* c a))) |
(* c (* c a)) |
(* c a) |
-27/16 |
(pow b 5) |
5 |
(* (/ (* c (/ (/ c b) b)) b) -9/8) |
(/ (* c (/ (/ c b) b)) b) |
(* c (/ (/ c b) b)) |
(/ (/ c b) b) |
-9/8 |
(* 3 a) |
3 |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (/.f64 c b))) b)))) |
(/ (* c -1/2) b) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(*.f64 a (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(* (* -9/16 c) (* c c)) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(* -9/16 c) |
(*.f64 c #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) 405/64) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) |
(pow c 4) |
(pow.f64 c #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
405/64 |
#s(literal 405/64 binary64) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
6 |
#s(literal 6 binary64) |
(/ (* c -1/2) b) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(/ (/ 1/3 a) (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b)) |
1 |
#s(literal 1 binary64) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (/.f64 a #s(literal -1/3 binary64))) |
c |
(* a -3) |
(/.f64 a #s(literal -1/3 binary64)) |
-3 |
#s(literal -3 binary64) |
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) (/ (/ a 1/3) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b)) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) |
(+.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) |
(*.f64 a (+.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (/.f64 a #s(literal -1/3 binary64))) |
c |
(* a -3) |
(/.f64 a #s(literal -1/3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ a b) |
(/.f64 a b) |
(/ (/ a 1/3) b) |
(/.f64 a (/.f64 b #s(literal 3 binary64))) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) (* 3 a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (*.f64 c (+.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))))) #s(literal 3 binary64)) |
(* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) |
(*.f64 a (*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (*.f64 c (+.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))))))))) |
a |
(+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (*.f64 c (+.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (/ c b) -3/2) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(/ c b) |
(/.f64 c b) |
c |
b |
-3/2 |
#s(literal -3/2 binary64) |
(* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))) |
(*.f64 (*.f64 c a) (*.f64 c (+.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)) |
(*.f64 c (*.f64 c (+.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 c a) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64)))))) |
(/ (* (* c (* c (* c a))) -27/16) (pow b 5)) |
(/.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* (* c (* c (* c a))) -27/16) |
(*.f64 c (*.f64 c (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) |
(* c (* c (* c a))) |
(*.f64 c (*.f64 c (*.f64 c a))) |
(* c (* c a)) |
(*.f64 c (*.f64 c a)) |
(* c a) |
(*.f64 c a) |
-27/16 |
#s(literal -27/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(* (/ (* c (/ (/ c b) b)) b) -9/8) |
(/.f64 (*.f64 c (/.f64 (*.f64 (/.f64 c b) #s(literal -9/8 binary64)) b)) b) |
(/ (* c (/ (/ c b) b)) b) |
(/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) |
(* c (/ (/ c b) b)) |
(*.f64 c (/.f64 (/.f64 c b) b)) |
(/ (/ c b) b) |
(/.f64 (/.f64 c b) b) |
-9/8 |
#s(literal -9/8 binary64) |
(* 3 a) |
(/.f64 a #s(literal 1/3 binary64)) |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (*.f64 c (*.f64 c (*.f64 c a))) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| ✓ | accuracy | 47.8% | (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| ✓ | accuracy | 99.7% | (/.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))) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 47.7% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
| 711.0ms | 97× | 5 | exit |
| 390.0ms | 139× | 1 | valid |
| 18.0ms | 20× | 0 | valid |
Compiled 776 to 74 computations (90.5% saved)
ival-mult: 145.0ms (30% of total)backward-pass: 135.0ms (27.9% of total)ival-div: 129.0ms (26.7% of total)...c/correct-round.rkt:119:19: 32.0ms (6.6% of total)ival-pow: 16.0ms (3.3% of total)ival-add: 14.0ms (2.9% of total)ival-sqrt: 5.0ms (1% of total)ival-sub: 5.0ms (1% of total)const: 4.0ms (0.8% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))))> |
#<alt (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))> |
#<alt (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))> |
#<alt (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (/ (/ 1/3 a) (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b))> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) (/ (/ a 1/3) b))> |
#<alt (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a)> |
#<alt (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a)> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b))> |
#<alt (/ (* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) (* 3 a))> |
#<alt (* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)))))> |
#<alt (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))> |
#<alt (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)))> |
#<alt (/ (* -3/8 (* c c)) (* b (* b b)))> |
#<alt (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6)))> |
#<alt (* (* -9/16 c) (* c c))> |
#<alt (/ (* (pow c 4) 405/64) (pow b 6))> |
#<alt (/ a 1/3)> |
#<alt (* (/ c b) -3/2)> |
#<alt (/ (* (* c (* c (* c a))) -27/16) (pow b 5))> |
#<alt (* c (* c (* c a)))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5))> |
#<alt (* -9/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (/ 1/3 a)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2)))))> |
#<alt (+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c)))))))> |
#<alt (/ -1/2 b)> |
#<alt (* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c)> |
#<alt (* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a)> |
#<alt (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))> |
#<alt (/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a)> |
#<alt (* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b)> |
#<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))) b)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2))> |
#<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))))) (pow b 2))> |
#<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)))))) (pow b 2))> |
#<alt (/ (- (* -1 a) a) a)> |
#<alt (- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1)> |
#<alt (- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1)> |
#<alt (- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4)))))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4)))))))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c)))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c)))> |
#<alt (* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4)))))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4)))))))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a)))> |
#<alt (* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2))> |
#<alt (- (* -1 a) a)> |
#<alt (- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a)> |
#<alt (- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a)> |
#<alt (- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a)> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4)))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4)))))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4)))))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))> |
#<alt (* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a)))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) b)> |
#<alt (/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b)> |
#<alt a> |
#<alt (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))> |
#<alt (* -1 a)> |
#<alt (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))> |
#<alt a> |
#<alt (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4))))))> |
#<alt (+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))))> |
#<alt a> |
#<alt (* a (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4)))))))> |
#<alt (* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))))> |
#<alt (* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))))> |
#<alt (* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))))))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 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 (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -3/2 (/ 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 (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2)))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5))> |
#<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))))) b)> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (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 (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3)))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (* -9/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* -9/16 (pow c 3))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 405/64 (/ (pow c 4) (pow b 6)))> |
#<alt (* 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 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* -27/16 (/ (* a (pow c 3)) (pow b 5)))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
#<alt (* a (pow c 3))> |
195 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 30.0ms | b | @ | inf | (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
| 24.0ms | a | @ | -inf | (* c (* c (* c a))) |
| 18.0ms | a | @ | inf | (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
| 12.0ms | c | @ | -inf | (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
| 4.0ms | a | @ | 0 | (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
| 1× | batch-egg-rewrite |
| 4214× | /-lowering-/.f32 |
| 4214× | /-lowering-/.f64 |
| 4050× | *-lowering-*.f32 |
| 4050× | *-lowering-*.f64 |
| 1440× | frac-add |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 449 |
| 1 | 330 | 408 |
| 2 | 2004 | 397 |
| 0 | 8664 | 397 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(/ (/ 1/3 a) (/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b))) |
(/ 1/3 a) |
(/ 1 (- (sqrt (+ (* b b) (* c (* a -3)))) b)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(/ (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) (/ (/ a 1/3) b)) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) a) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
(/ (* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) (* 3 a)) |
(* a (+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))))) |
(+ (* (/ c b) -3/2) (* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8)))) |
(* a (+ (/ (* (* c (* c (* c a))) -27/16) (pow b 5)) (* (/ (* c (/ (/ c b) b)) b) -9/8))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(* (* -9/16 c) (* c c)) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/ a 1/3) |
(* (/ c b) -3/2) |
(/ (* (* c (* c (* c a))) -27/16) (pow b 5)) |
(* c (* c (* c a))) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) a) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) a) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 c (/.f64 b (/.f64 c b))) a) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3/8 binary64))) (/.f64 c (/.f64 b (/.f64 c b))) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) a) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) a) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) a (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) a (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 c (/.f64 b (/.f64 c b))) a) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3/8 binary64))) (/.f64 c (/.f64 b (/.f64 c b))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) a) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64)))) a) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) a (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 c (/.f64 b (/.f64 c b))) (/.f64 #s(literal -3/8 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 c (/.f64 b (/.f64 c b))) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 (/.f64 c (*.f64 b b)) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 c (/.f64 b c)) (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 c (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 c (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 c b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal -5 binary64)) (+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b b) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b b) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) #s(literal 3/8 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) #s(literal 3/8 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b))) (pow.f64 b #s(literal 7 binary64))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(+.f64 (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64)))) a) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) a (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))) b)) a) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) (/.f64 a b) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) a (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal -1/6 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))) b)) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal 5 binary64)))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 c (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal -5 binary64)) (*.f64 a (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 a (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) a)) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 a b) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) b)) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 a b) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) b)) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) a)) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) a)) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 a (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) a)) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a))) (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 b a)) (/.f64 b (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 b a)) (/.f64 b (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c)) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) a) |
(*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) a) (pow.f64 b #s(literal -6 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 (*.f64 c #s(literal 1/2 binary64)) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(-.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(+.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 (/.f64 #s(literal -1/3 binary64) a) b)) |
(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 #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 (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 #s(literal 0 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 #s(literal -1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(fma.f64 (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 -1/3 binary64) a) b)) |
(neg.f64 (*.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 #s(literal 1/3 binary64) (/.f64 a (-.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 (-.f64 #s(literal 0 binary64) a) (-.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 (/.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 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.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 -3 binary64) (/.f64 a (-.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 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.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 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.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 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.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 0 binary64) a))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal 1 binary64)) |
(/.f64 (*.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 0 binary64) a)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) a) |
(/.f64 (neg.f64 (*.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 0 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 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(*.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 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 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(*.f64 #s(literal -1/3 binary64) (/.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)) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal 1 binary64)) |
(*.f64 (*.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 binary64) a)) |
(*.f64 (*.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 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #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 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #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 -1 binary64) a)) |
(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 (/.f64 #s(literal 1/3 binary64) a) #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 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(pow.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) #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 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 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 (/.f64 #s(literal -1 binary64) a) #s(literal -1/3 binary64)) |
(exp.f64 (*.f64 (log.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 0 binary64) (/.f64 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(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 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(/.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 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) |
(/.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)) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1 binary64)) |
(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)) |
(pow.f64 (exp.f64 (log.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 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(*.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 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.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))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal -1 binary64)))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) |
(-.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) |
(-.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 binary64))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) 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 (-.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 #s(literal -1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) #s(literal -1 binary64)) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1 binary64)) |
(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 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.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 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) |
(*.f64 #s(literal -1 binary64) (pow.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) #s(literal 1 binary64))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) #s(literal -1 binary64)) |
(+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (/.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (*.f64 #s(literal -1/3 binary64) b)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 #s(literal -1/3 binary64) b))) (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (*.f64 #s(literal -1/3 binary64) b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) a)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (/.f64 a (/.f64 b #s(literal 3 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)))) (/.f64 b a)) a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (*.f64 #s(literal -1/3 binary64) b)))) |
(/.f64 b (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a (/.f64 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)))) (/.f64 b a)) a) (neg.f64 (*.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) a))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) (/.f64 a (*.f64 #s(literal -1/3 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (*.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) b) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) 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)))) (/.f64 b a)) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) a) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a (*.f64 #s(literal -1/3 binary64) b))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 a (*.f64 #s(literal -1/3 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal 3 binary64)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 b a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) a) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a (*.f64 #s(literal -1/3 binary64) b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) a))) |
(*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) b) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) a) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) (/.f64 b a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (*.f64 #s(literal -1/3 binary64) b)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(-.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal 1 binary64)) |
(-.f64 (/.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (/.f64 (*.f64 a a) (*.f64 a a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 (/.f64 a b) a) #s(literal -1 binary64)) |
(fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal -1 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) a) |
(/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) 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)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a))) (neg.f64 (*.f64 a a))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(*.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)))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a b) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 #s(literal -1 binary64) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(neg.f64 (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(*.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (neg.f64 (/.f64 a b)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (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) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) b) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a))) b) |
(pow.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)))) (/.f64 b a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a b)) |
(*.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)))) |
(/.f64 a (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (/.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 a (/.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) a))) |
(/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) a) (/.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 #s(literal 3 binary64) a)) a) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) a) |
(/.f64 (/.f64 a (/.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -1/3 binary64))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 a (/.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64))) |
(*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 1/3 binary64)) |
(*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) a) (/.f64 a #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 #s(literal 3 binary64) a))) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 #s(literal 3 binary64) a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (/.f64 a #s(literal 1/3 binary64))) a) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -1/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 a #s(literal 3 binary64)) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 a (/.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(+.f64 (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a)) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(+.f64 (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 a (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(fma.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -3/2 binary64) a) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(fma.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 c b) a) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(fma.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) a (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))) a (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (/.f64 a (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(fma.f64 (*.f64 a (/.f64 c b)) #s(literal -3/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(fma.f64 (*.f64 a #s(literal -3/2 binary64)) (/.f64 c b) (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (*.f64 a a))) |
(neg.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))))) |
(/.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal 1 binary64)) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) |
(*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) a) |
(*.f64 (*.f64 a (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) a) |
(+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(+.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(fma.f64 c (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(fma.f64 (/.f64 c b) #s(literal -3/2 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(fma.f64 #s(literal -3/2 binary64) (/.f64 c b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64))) a) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) a (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) a (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(fma.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(fma.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) (pow.f64 b #s(literal -5 binary64)) (+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 #s(literal -3/2 binary64) (/.f64 b c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))))) |
(/.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 #s(literal -3/2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))))) #s(literal 1 binary64)) |
(+.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(+.f64 (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 a (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 (*.f64 c (*.f64 a (*.f64 c c))) (*.f64 (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64))) a) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) a (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) (*.f64 #s(literal -9/8 binary64) a) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) a) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))) a (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) (pow.f64 b #s(literal -5 binary64)) (/.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b)))))) |
(fma.f64 (/.f64 a (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) #s(literal -9/8 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(fma.f64 (*.f64 a #s(literal -9/8 binary64)) (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(/.f64 (+.f64 (*.f64 a b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))) b)) |
(/.f64 (+.f64 (*.f64 a b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) a) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) a) b) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) a) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) a) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))) (*.f64 b a)) (/.f64 b (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 a (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))) (*.f64 b a)) (/.f64 b (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 a (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 a (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) a))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (/.f64 c (/.f64 b c)) #s(literal -9/8 binary64)) b) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) c) (/.f64 b (/.f64 c (*.f64 b b))))) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal -3/8 binary64) (/.f64 b (/.f64 c (/.f64 b (/.f64 c b))))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b))) |
(/.f64 (/.f64 c (/.f64 b (/.f64 c b))) (/.f64 b #s(literal -3/8 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 b (/.f64 c (/.f64 b c)))) |
(/.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 b (/.f64 c (*.f64 b b)))) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 b (/.f64 c b))) |
(/.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 b c)) |
(/.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (*.f64 b b)) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))) b) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c (*.f64 b b))))) |
(*.f64 (*.f64 c c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 c (/.f64 b (/.f64 c b))) (/.f64 #s(literal -3/8 binary64) b)) |
(*.f64 (/.f64 c (/.f64 b (/.f64 c (*.f64 b b)))) #s(literal -3/8 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 b (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(*.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 c (/.f64 b (/.f64 c b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 (/.f64 c (*.f64 b b)) b)) |
(*.f64 (/.f64 c (/.f64 b c)) (/.f64 #s(literal -3/8 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 c (/.f64 b c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 c (/.f64 b c))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) b) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/8 binary64)) (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b)) |
(*.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 c (/.f64 b (/.f64 c b)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) b) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (/.f64 c (*.f64 b b))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 c #s(literal -3/8 binary64))) #s(literal -1 binary64)) (/.f64 c b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (*.f64 a #s(literal -1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (*.f64 a #s(literal -1/6 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (*.f64 a #s(literal -1/6 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -1/6 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(*.f64 #s(literal -1/6 binary64) (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(*.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (*.f64 (pow.f64 b #s(literal -6 binary64)) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) (*.f64 a #s(literal -1/6 binary64))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/6 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(*.f64 (/.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (*.f64 a #s(literal -1/6 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 1/6 binary64) a)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) a)) |
(*.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)))) |
(*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) #s(literal -1/6 binary64)) a) |
(*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (neg.f64 (*.f64 #s(literal 1/6 binary64) a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) |
(neg.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 c c)) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) (*.f64 #s(literal 9/16 binary64) c))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) c) |
(*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 #s(literal 9/16 binary64) c)) |
(*.f64 #s(literal 9/16 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) c)) |
(*.f64 (*.f64 #s(literal 9/16 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 c c))) |
(*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) c) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) c)) (*.f64 c c)) |
(*.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c))) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))))) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal -1 binary64)) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 #s(literal 405/64 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64)))))) |
(*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (pow.f64 b #s(literal -6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) |
(*.f64 (pow.f64 b #s(literal -6 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))) (pow.f64 c #s(literal 4 binary64))) |
(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 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.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)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/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 3 binary64) a) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) #s(literal 3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) #s(literal -3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal -3/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 #s(literal -3/2 binary64) (/.f64 b c)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/.f64 (*.f64 #s(literal 3/2 binary64) c) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 3/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3/2 binary64) c)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c))) b) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -3/2 binary64))) |
(*.f64 c (/.f64 #s(literal -3/2 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/2 binary64) (/.f64 b c))) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 c b)) |
(*.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 #s(literal 3/2 binary64) c) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (*.f64 #s(literal -3/2 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))))) |
(/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))))) |
(/.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(*.f64 c (/.f64 (*.f64 c (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 c a) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(*.f64 (*.f64 a (*.f64 c c)) (/.f64 c (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 a (*.f64 c c))))))) |
(*.f64 (*.f64 c (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c)))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 (*.f64 c a) #s(literal -27/16 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -27/16 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 c c)))) |
(*.f64 c (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 c c) (*.f64 c a)) |
(*.f64 (*.f64 c a) (*.f64 c c)) |
(*.f64 (*.f64 a (*.f64 c c)) c) |
(*.f64 (*.f64 c (*.f64 c c)) a) |
| 1× | egg-herbie |
| 6896× | *-lowering-*.f32 |
| 6896× | *-lowering-*.f64 |
| 2648× | +-lowering-+.f64 |
| 2648× | +-lowering-+.f32 |
| 1978× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1579 | 15719 |
| 1 | 5542 | 14845 |
| 0 | 8088 | 14845 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(/ 1/3 a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2))))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(* -2/3 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c))))))) |
(/ -1/2 b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b)) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b) |
(/ (+ (* 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))) b) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/ (+ (* -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))))) (pow b 2)) |
(/ (+ (* -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)))))) (pow b 2)) |
(/ (- (* -1 a) a) a) |
(- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4))))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2)) |
(- (* -1 a) a) |
(- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4))))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) b) |
(/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b) |
a |
(+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(* -1 a) |
(+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
a |
(+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4)))))) |
(+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4)))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
a |
(* a (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))))) |
(* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 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 (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(* -3/2 (/ (* a c) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(* -3/2 (/ 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 (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5)) |
(* -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))))) b) |
(* -3/2 (/ c b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a)))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a)))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* -9/16 (pow c 3)) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(* 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 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -3/2 (/ c b)) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
(* a (pow c 3)) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64)))) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a)) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b)))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 #s(literal 9/16 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 #s(literal 9/16 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 (/.f64 #s(literal 9/16 binary64) b) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 3) (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2))) (* -9/16 (* a (pow c 3)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 (* a (pow c 3))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 135/128 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) b)))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) a))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.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 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) (/ b (* a (* c (pow (sqrt -3) 2))))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 (*.f64 c a) #s(literal -3 binary64)))) |
(+ (* b (+ (* -1 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal -3 binary64)))))) |
(+ (* b (+ (* b (- (* -1 (* b (+ (* 1/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (/ 1 (* a (* c (pow (sqrt -3) 2)))))) (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c a) #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) #s(literal -1/2 binary64))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))))))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a c)) (* 3/8 (* a c))) (pow b 4))) (* 1/2 (/ 1 (pow b 2)))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -3/4 (* a c)) (* 3/8 (* a c)))))) (+ (* -2/9 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 9/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 1/2 (/ 1 (pow b 2)))) (+ (* -3/4 (/ (* a c) (pow b 4))) (+ (* 3/8 (/ (* a c) (pow b 4))) (* 2/3 (/ 1 (* a c))))))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)) (/.f64 #s(literal 405/64 binary64) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64))))))) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(* -1 (/ (+ 1/2 (* 3/8 (/ (* a c) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 3/8 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) b)) |
(* -1 (/ (- (+ 1/2 (* 9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -3/8 (/ (* a c) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 3/8 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) b)) |
(* -1 (/ (- (+ 1/2 (* -1 (/ (+ (* -27/32 (* (pow a 3) (pow c 3))) (* -27/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -9/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -3/8 (/ (* a c) (pow b 2))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) b)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* -1 (* c (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c) |
(/ (+ (* -2/3 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 9/16 (/ (pow a 2) (pow b 5))))))) (+ (* -3/4 (/ a (pow b 3))) (* 3/8 (/ a (pow b 3)))))) (* 1/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(/ (+ (* (sqrt (/ c a)) (/ 1 (sqrt -3))) (/ b (* a (pow (sqrt -3) 2)))) c) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* -1 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)) (*.f64 c c))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) c) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* a (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))) (/ b (* a (pow (sqrt 3) 2)))) c)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(-.f64 #s(literal 0 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 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) #s(literal -1/2 binary64)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (/ (* b c) (* a (pow (sqrt 3) 2)))) c)) (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) c)) |
(-.f64 #s(literal 0 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 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) c)) (/.f64 (*.f64 c b) (*.f64 a #s(literal 3 binary64)))) c)) c)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* -1 (* a (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a) |
(/ (+ (* -2/3 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/9 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 9/16 (/ (pow c 2) (pow b 5))))))) (+ (* -3/4 (/ c (pow b 3))) (* 3/8 (/ c (pow b 3)))))) (* 1/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a) |
(* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))) |
(/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))) |
(/ (+ (* (sqrt (/ a c)) (/ 1 (sqrt -3))) (/ b (* c (pow (sqrt -3) 2)))) a) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 c #s(literal -3 binary64)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* -1 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a a))) (/.f64 b (*.f64 c #s(literal -3 binary64)))) a) |
(/ (- (+ (* -1 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (+ (* -1 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -1 (/ b (* c (pow (sqrt -3) 2)))) (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(/.f64 (-.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 a a) c) (/.f64 (*.f64 b (*.f64 b b)) c))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b c)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))) (/ b (* c (pow (sqrt 3) 2)))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (/.f64 b c) #s(literal 3 binary64))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)) (*.f64 a (/.f64 (/.f64 b c) #s(literal 3 binary64)))) a)) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -1 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (/ (* a b) (* c (pow (sqrt 3) 2)))) a)) (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) a)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))) a)) (*.f64 a (/.f64 (/.f64 b c) #s(literal 3 binary64)))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (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 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (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))))) (-.f64 #s(literal 0 binary64) 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.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)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) a)) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) a))))) b) |
(* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b a) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) #s(literal -1 binary64)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) #s(literal -1 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))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.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 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) a)) a)) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1 binary64)))) b) |
(/ (+ (* b (- (* 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))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) b) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (*.f64 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))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 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)))))) (pow b 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b b)) |
(/ (- (* -1 a) a) a) |
(+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) a) #s(literal -1 binary64)) |
(- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)))) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 9/8 binary64))))) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 9/8 binary64))) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c))) |
(*.f64 c (-.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) b) (/.f64 #s(literal 1 binary64) c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) b) (/.f64 #s(literal 1 binary64) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) b) (/.f64 #s(literal 1 binary64) c))))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c)))) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 c (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) #s(literal 1 binary64))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1 binary64)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) #s(literal -1 binary64)) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b b)))))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 a (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a))))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a)))) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) #s(literal 1 binary64))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1 binary64)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) a)) #s(literal -1 binary64)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b a)) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) a))) b) |
(/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))))) a))) b) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 b b)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b b)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b b)) |
(- (* -1 a) a) |
(-.f64 (-.f64 #s(literal 0 binary64) a) a) |
(- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a) |
(-.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) a) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a) |
(-.f64 (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) a) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a) |
(-.f64 (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal 27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) a) a) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 c a) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 a c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 a c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 a c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c)))) |
(*.f64 (+.f64 (/.f64 a c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) a) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) a) c)) (neg.f64 c)) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b b)))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a)))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (/.f64 #s(literal 1 binary64) a))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 #s(literal 1 binary64) a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64)))) #s(literal 1/8 binary64))) a)) a))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(/ (+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) b) |
(/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))))))) b) |
(/ (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) b) |
a |
(+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) |
(+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(+.f64 a (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 a) |
(-.f64 #s(literal 0 binary64) a) |
(+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) a) |
(+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(-.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) a) |
(+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) |
(-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal 27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))))) a) |
a |
(+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) |
(+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4)))))) |
(+.f64 a (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 4 binary64)))))))) |
(+ a (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4)))))))) |
(+.f64 a (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 5 binary64))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 c)) |
a |
(* a (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ 1 (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))))) |
(*.f64 a (+.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal -3 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c)))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c)) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c)) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 a a)))))) |
(* (pow a 3) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 a a)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/8 (/ (pow c 2) (* a (pow b 3)))) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -3/2 (/ c (* a b))) (* -9/8 (/ (pow c 2) (pow b 3)))) a)) (* 27/16 (/ (pow c 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal -3/2 binary64))) a)) (neg.f64 (*.f64 a (*.f64 a a)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (*.f64 (/.f64 a b) #s(literal -3/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -9/8 (/ (pow a 2) (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 3) (pow b 5))) (+ (* -3/2 (/ a (* b (pow c 2)))) (* -9/8 (/ (pow a 2) (* (pow b 3) c)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b (*.f64 c c)))))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ (pow a 2) (* (pow b 3) c))) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (+ (* -3/2 (/ a (* b c))) (* -9/8 (/ (pow a 2) (pow b 3)))) c)) (* 27/16 (/ (pow a 3) (pow b 5)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 c b))) c)) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* -9/8 (* (pow a 2) (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* a (* (pow b 2) c))) (* -9/8 (* (pow a 2) (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 c c))))) (pow.f64 b #s(literal 5 binary64))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c c) b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 3/2 (* a c))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (*.f64 (*.f64 c a) #s(literal 3/2 binary64))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/16 binary64)))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 3/2 (* a c)) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a a) b)) #s(literal 9/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/16 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 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) (/.f64 #s(literal 3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) (/.f64 #s(literal 3/2 binary64) b))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)))) |
(* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (- (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c)))) (/ 3/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal 9/8 binary64)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 c b))) c)))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 c (*.f64 c c)) (-.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (/.f64 #s(literal 3/2 binary64) (*.f64 c b))) c)))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -3/2 (* (pow b 2) c)) (* -9/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64))))) (pow.f64 b #s(literal 5 binary64))) |
(* -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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (* 3/2 c)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/16 binary64))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 3/2 c) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 b b)) (*.f64 c #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/16 binary64))) b)) |
(* -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 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -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 -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (+ (* -3/2 (/ c (* (pow a 2) b))) (* -9/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c #s(literal -3/2 binary64)) (*.f64 b (*.f64 a a)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal 3/2 binary64))) a))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (* 9/8 (/ (pow c 2) (pow b 3))) (* 3/2 (/ c (* a b)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b a)) #s(literal 3/2 binary64))) a))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.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 (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -9/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) |
(* (pow c 2) (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)))) |
(* (pow c 3) (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -9/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal -9/8 binary64)))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal 9/8 binary64)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal 9/8 binary64)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (/.f64 a (*.f64 b (*.f64 b b))) c) #s(literal 9/8 binary64)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (*.f64 c (*.f64 c c)))) |
(* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -27/16 (* (pow a 2) (pow c 3))) (* -9/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 (*.f64 c c) (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -9/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -9/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b)) #s(literal 27/16 binary64))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b)) #s(literal 27/16 binary64))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 9/8 (* a (pow c 2))) (* 27/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) #s(literal 9/8 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b)) #s(literal 27/16 binary64))) (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* -9/16 (pow c 3)) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 405/64 (/ (pow c 4) (pow b 6))) |
(/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* 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 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -3/2 (/ c b)) |
(*.f64 (/.f64 c b) #s(literal -3/2 binary64)) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (* a (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
(* a (pow c 3)) |
(*.f64 a (*.f64 c (*.f64 c c))) |
Compiled 62153 to 5103 computations (91.8% saved)
68 alts after pruning (65 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1602 | 33 | 1635 |
| Fresh | 22 | 32 | 54 |
| Picked | 2 | 3 | 5 |
| Done | 1 | 0 | 1 |
| Total | 1627 | 68 | 1695 |
| Status | Accuracy | Program |
|---|---|---|
| 20.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 19.3% | (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 18.9% | (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| ▶ | 19.7% | (/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 17.5% | (/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| ✓ | 17.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 17.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 19.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 19.1% | (/.f64 (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) | |
| 17.9% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) | |
| 89.5% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 89.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.8% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) | |
| 94.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| 96.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) | |
| 97.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c)) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a)) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) | |
| ✓ | 17.8% | (/.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))) |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)) (/.f64 #s(literal 405/64 binary64) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))))) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) | |
| 89.6% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) | |
| 12.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) | |
| 17.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) | |
| 16.9% | (/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) | |
| 18.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 17.6% | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 17.8% | (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 19.1% | (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 18.3% | (/.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))) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 18.9% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 17.2% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| ▶ | 19.0% | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| 18.1% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.9% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) | |
| 19.1% | (/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 17.4% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 94.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 96.3% | (/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) | |
| 17.4% | (/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) | |
| ✓ | 90.2% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 89.7% | (/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) | |
| 18.9% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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 0 binary64) a)) #s(literal -1/3 binary64))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) | |
| 18.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) | |
| 89.8% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) | |
| 17.6% | (-.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)))) | |
| 19.2% | (+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 96.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) | |
| ▶ | 97.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))))) |
| 17.5% | (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 96.8% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) | |
| ▶ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| ▶ | 89.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 17.5% | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) | |
| 19.1% | (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 97.0% | (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) | |
| 94.3% | (*.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))) | |
| 97.0% | (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 96.0% | (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
Compiled 4112 to 2496 computations (39.3% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 a b) |
| ✓ | cost-diff | 6400 | (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
| ✓ | cost-diff | 6656 | (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) |
| ✓ | cost-diff | 6784 | (/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 0 | (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) |
| ✓ | cost-diff | 384 | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 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) 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 1/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | cost-diff | 128 | (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))) |
| ✓ | cost-diff | 128 | (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
| ✓ | cost-diff | 128 | (*.f64 a (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))))) |
| ✓ | cost-diff | 256 | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))))) |
| 4882× | *-lowering-*.f32 |
| 4882× | *-lowering-*.f64 |
| 2344× | /-lowering-/.f32 |
| 2344× | /-lowering-/.f64 |
| 2002× | +-lowering-+.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 511 |
| 1 | 147 | 486 |
| 2 | 357 | 481 |
| 3 | 988 | 475 |
| 4 | 3342 | 467 |
| 0 | 8314 | 467 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))))) |
a |
(* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))) |
(* c c) |
(- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))) |
(* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) |
(+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5))) |
(/ (* -135/128 (* c (* a a))) (pow b 7)) |
(* -135/128 (* c (* a a))) |
-135/128 |
(* c (* a a)) |
(* a a) |
(pow b 7) |
7 |
(/ (* -9/16 a) (pow b 5)) |
(* -9/16 a) |
-9/16 |
(pow b 5) |
5 |
(/ 3/8 (* b (* b b))) |
3/8 |
(* b (* b b)) |
(* b b) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
-1/2 |
b |
c |
(* (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 1/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 |
1/3 |
(/ (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) (* a (* a -9))) |
(+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) |
(/ b (/ 1/3 a)) |
b |
(/ 1/3 a) |
1/3 |
a |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(* a (* a -9)) |
(* a -9) |
-9 |
(/ (/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) (/ (/ a 1/3) b)) |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) |
(+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) |
(/ a b) |
a |
b |
(sqrt (+ (* b b) (/ c (/ -1/3 a)))) |
(+ (* b b) (/ c (/ -1/3 a))) |
(* b b) |
(/ c (/ -1/3 a)) |
c |
(/ -1/3 a) |
-1/3 |
(- 0 a) |
0 |
(/ (/ a 1/3) b) |
(/ a 1/3) |
1/3 |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 c (*.f64 a (+.f64 (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))))) |
(/ (* c -1/2) b) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))))) |
(*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))) |
a |
(* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* c c) |
(*.f64 c c) |
(- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))) |
(+.f64 (*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) |
(*.f64 c (*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5))) |
(*.f64 a (+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/ (* -135/128 (* c (* a a))) (pow b 7)) |
(*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (/.f64 a (pow.f64 b #s(literal 7 binary64)))))) |
(* -135/128 (* c (* a a))) |
(*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) |
-135/128 |
#s(literal -135/128 binary64) |
(* c (* a a)) |
(*.f64 c (*.f64 a a)) |
(* a a) |
(*.f64 a a) |
(pow b 7) |
(pow.f64 b #s(literal 7 binary64)) |
7 |
#s(literal 7 binary64) |
(/ (* -9/16 a) (pow b 5)) |
(/.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 a) |
(*.f64 a #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ 3/8 (* b (* b b))) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
3/8 |
#s(literal 3/8 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* (/ -1/2 b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
b |
c |
(* (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 1/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) |
(/ (- (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) |
1/3 |
#s(literal 1/3 binary64) |
(/ (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) (* a (* a -9))) |
(/.f64 (+.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) |
(*.f64 a (+.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/ b (/ 1/3 a)) |
(/.f64 b (/.f64 #s(literal 1/3 binary64) a)) |
b |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* a (* a -9)) |
(*.f64 a (*.f64 a #s(literal -9 binary64))) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
(/ (/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) (/ (/ a 1/3) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b #s(literal -1/3 binary64))) a) |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) |
(+.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) |
(*.f64 a (+.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/ a b) |
(/.f64 a b) |
a |
b |
(sqrt (+ (* b b) (/ c (/ -1/3 a)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* b b) (/ c (/ -1/3 a))) |
(+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(* b b) |
(*.f64 b b) |
(/ c (/ -1/3 a)) |
(/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
c |
(/ -1/3 a) |
(/.f64 #s(literal -1/3 binary64) a) |
-1/3 |
#s(literal -1/3 binary64) |
(- 0 a) |
(-.f64 #s(literal 0 binary64) a) |
0 |
#s(literal 0 binary64) |
(/ (/ a 1/3) b) |
(/.f64 a (*.f64 b #s(literal 1/3 binary64))) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| ✓ | accuracy | 98.1% | (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
| ✓ | accuracy | 100.0% | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 98.1% | (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| ✓ | accuracy | 98.1% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.9% | (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
| 1.8s | 235× | 5 | exit |
| 48.0ms | 14× | 0 | valid |
| 13.0ms | 7× | 1 | valid |
Compiled 570 to 62 computations (89.1% saved)
backward-pass: 321.0ms (43.4% of total)ival-mult: 136.0ms (18.4% of total)ival-div: 129.0ms (17.4% of total)compiled-spec: 37.0ms (5% of total)...c/correct-round.rkt:119:19: 37.0ms (5% of total)ival-sub: 33.0ms (4.5% of total)ival-add: 21.0ms (2.8% of total)ival-sqrt: 12.0ms (1.6% of total)ival-pow: 12.0ms (1.6% of total)const: 3.0ms (0.4% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))))))> |
#<alt (* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))))> |
#<alt (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))))> |
#<alt (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))> |
#<alt (* (/ -1/2 b) c)> |
#<alt (/ -1/2 b)> |
#<alt (* (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 1/3)> |
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a)> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (/ (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) (* a (* a -9)))> |
#<alt (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)))> |
#<alt (/ b (/ 1/3 a))> |
#<alt (/ 1/3 a)> |
#<alt (/ (/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) (/ (/ a 1/3) b))> |
#<alt (/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a)> |
#<alt (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a))> |
#<alt (/ a b)> |
#<alt (/ (* -135/128 (* c (* a a))) (pow b 7))> |
#<alt (/ 3/8 (* b (* b b)))> |
#<alt (/ (* -9/16 a) (pow b 5))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))> |
#<alt (/ -1/3 a)> |
#<alt (/ c (/ -1/3 a))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3)))))> |
#<alt (* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3))> |
#<alt (/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3))> |
#<alt (/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ -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/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* -3/2 (/ c b))> |
#<alt (/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2 (/ b a))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ c b))> |
#<alt (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* (sqrt (/ c a)) (sqrt -3))> |
#<alt (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)))> |
#<alt (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* 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/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))> |
#<alt (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))))> |
#<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/9 (/ (+ (* -3 b) (* 3 b)) a))> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a)> |
#<alt (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a)> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/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/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))> |
#<alt (+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))))> |
#<alt (+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 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 (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))))> |
#<alt (* b (+ (* -3 a) (* 3 a)))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (* 6 (* a b))> |
#<alt (* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (* a (+ (* -3 b) (* 3 b)))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b)))))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a)))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (+ (* -3 (* a b)) (* 3 (* a b)))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c)))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) c)))))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a b))> |
#<alt (* 3 (* a 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 (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4)))))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4)))))))> |
#<alt (* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a)))> |
#<alt (* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b)> |
#<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))) b)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2))> |
#<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))))) (pow b 2))> |
#<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)))))) (pow b 2))> |
#<alt (/ (- (* -1 a) a) a)> |
#<alt (- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1)> |
#<alt (- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1)> |
#<alt (- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1)> |
#<alt (* -3/2 (/ (* a c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4)))))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4)))))))> |
#<alt (* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* a c)) (/ (sqrt -3) b))> |
#<alt (* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c)))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c)))> |
#<alt (* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4)))))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a)))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a)))> |
#<alt (* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a)))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b)> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2))> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2))> |
#<alt (- (* -1 a) a)> |
#<alt (- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a)> |
#<alt (- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a)> |
#<alt (- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a)> |
#<alt (* -3/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4)))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4)))))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))> |
#<alt (* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (/ a b)> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (/ 3/8 (pow b 3))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<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 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -3 (* a b))> |
#<alt (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))> |
#<alt (* 3 (* a b))> |
#<alt (* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (* -3 (* a b))> |
#<alt (+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))> |
#<alt (+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))> |
#<alt (+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -3 (* a b))> |
#<alt (* a (+ (* -3 b) (* 9/2 (/ (* a c) b))))> |
#<alt (* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))> |
#<alt (* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -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 (* (pow a 2) (+ (* -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/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))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
186 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 20.0ms | c | @ | -inf | (/ (* -135/128 (* c (* a a))) (pow b 7)) |
| 3.0ms | b | @ | inf | (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) |
| 1.0ms | c | @ | 0 | (/ (* -135/128 (* c (* a a))) (pow b 7)) |
| 1.0ms | a | @ | 0 | (/ (* -135/128 (* c (* a a))) (pow b 7)) |
| 1.0ms | b | @ | 0 | (/ (* -135/128 (* c (* a a))) (pow b 7)) |
| 1× | batch-egg-rewrite |
| 5500× | *-lowering-*.f32 |
| 5500× | *-lowering-*.f64 |
| 3418× | /-lowering-/.f32 |
| 3418× | /-lowering-/.f64 |
| 1022× | frac-times |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 335 |
| 1 | 257 | 316 |
| 2 | 1398 | 307 |
| 0 | 9029 | 307 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))))) |
(* a (* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))))) |
(* (* c c) (- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b))))) |
(- (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ 3/8 (* b (* b b)))) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
(* (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) 1/3) |
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) a) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(/ (+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) (* a (* a -9))) |
(+ (/ b (/ 1/3 a)) (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))) |
(/ b (/ 1/3 a)) |
(/ 1/3 a) |
(/ (/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) (/ (/ a 1/3) b)) |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) a) |
(+ (* (/ a b) (sqrt (+ (* b b) (/ c (/ -1/3 a))))) (- 0 a)) |
(/ a b) |
(/ (* -135/128 (* c (* a a))) (pow b 7)) |
(/ 3/8 (* b (* b b))) |
(/ (* -9/16 a) (pow b 5)) |
(+ (* b b) (* c (* a -3))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(/ -1/3 a) |
(/ c (/ -1/3 a)) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(+.f64 (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 a (*.f64 c c)))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 a (*.f64 c c))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(+.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 a (*.f64 c c))))) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 a (*.f64 c c)))) |
(-.f64 (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c c) (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 a (*.f64 c c)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(fma.f64 (*.f64 c a) (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 a (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (*.f64 c c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) b))) |
(+.f64 (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a))) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) (*.f64 a (*.f64 c c)))) |
(+.f64 (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(+.f64 (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 c c)))) |
(+.f64 (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 c a) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) c))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 a (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 a (*.f64 c c)))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) a)) |
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 a (*.f64 c c))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 a (*.f64 c c))))) |
(+.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a))))) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) (*.f64 a (*.f64 c c))) (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 a (*.f64 c c)))) |
(+.f64 (*.f64 (*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c a)) (*.f64 (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 c a))) |
(+.f64 (*.f64 (*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c a)) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) c) (*.f64 c a))) |
(fma.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (*.f64 a (*.f64 c c)) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 a (*.f64 c c)))) |
(fma.f64 (*.f64 a (*.f64 c c)) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(*.f64 c (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a))) |
(*.f64 c (*.f64 a (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))))) |
(*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(*.f64 (*.f64 c c) (*.f64 a (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(*.f64 (*.f64 c c) (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) a)) |
(*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) a) |
(*.f64 (*.f64 c a) (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(*.f64 (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (*.f64 c a)) |
(*.f64 (*.f64 a (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (*.f64 c c)) |
(*.f64 (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)) c) |
(*.f64 (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) a) (*.f64 c c)) |
(*.f64 (*.f64 a (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) c) |
(*.f64 (*.f64 (*.f64 c a) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) c) |
(*.f64 (*.f64 (*.f64 a (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) c) c) |
(+.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) (*.f64 c c))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 c c))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))) (*.f64 c (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) c))) |
(+.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c))) (*.f64 (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) c)) |
(+.f64 (/.f64 (*.f64 c c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) |
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 c c)) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (*.f64 c (*.f64 c c)))) |
(+.f64 (*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a))))) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) (*.f64 c c)) (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c c))) |
(fma.f64 (*.f64 c c) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c) (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 c c))) |
(*.f64 c (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c c)) |
(*.f64 (*.f64 c (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) c) |
(+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (fma.f64 #s(literal -3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b))) (/.f64 #s(literal 3/8 binary64) b) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (+.f64 (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))))) |
(+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (+.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (-.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(+.f64 (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) |
(+.f64 (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64)))) (fma.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) c (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) |
(+.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) c (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64)))) (fma.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) #s(literal 1 binary64)))) |
(+.f64 (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a))))) |
(+.f64 (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a))))) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(-.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) |
(-.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (-.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) (+.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))))) |
(-.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) #s(literal 0 binary64)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) |
(fma.f64 c (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(fma.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) (*.f64 (/.f64 c (pow.f64 b #s(literal 7 binary64))) c)) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(fma.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (*.f64 (pow.f64 b #s(literal -7 binary64)) c) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(fma.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) c (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) c (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(fma.f64 #s(literal 3/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))))) |
(fma.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (*.f64 a (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))))) |
(fma.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a)))) (pow.f64 b #s(literal -7 binary64)) (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b b))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/8 binary64) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/8 binary64) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b b) (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 (*.f64 b b) (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) b) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64)))))) b) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) b) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 #s(literal 3/8 binary64) (*.f64 b b)))) (*.f64 (pow.f64 b #s(literal 12 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -9/16 binary64) (*.f64 a (pow.f64 b #s(literal 7 binary64))))) c) b) (*.f64 (pow.f64 b #s(literal 12 binary64)) (/.f64 (/.f64 #s(literal 3/8 binary64) b) b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) b) c)) |
(neg.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal -1 binary64) b) c)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 c (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c #s(literal -2 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal 1/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) b))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 b #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 b #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) (*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) #s(literal 1/3 binary64))) |
(neg.f64 (*.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))) |
(neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(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)) (-.f64 #s(literal 0 binary64) a))) |
(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 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 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 #s(literal 1 binary64) (/.f64 (/.f64 a (-.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 a (*.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 (*.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) (neg.f64 (/.f64 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 (-.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 (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))) a) |
(pow.f64 (/.f64 a (*.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 (-.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 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) #s(literal 1/3 binary64)) |
(*.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 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 #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 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1/3 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 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 (-.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 (-.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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.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/3 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) (fma.f64 (/.f64 #s(literal -1 binary64) a) b (/.f64 b a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (*.f64 #s(literal 1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)))) |
(+.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal 1 binary64)) (*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.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 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(-.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.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)))) (/.f64 b a)) a) (*.f64 a (/.f64 a b))) |
(/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 a b))) |
(/.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 #s(literal 1 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (-.f64 a (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a b) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a b))) |
(/.f64 (-.f64 (*.f64 (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) a) b)) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (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) a) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(pow.f64 (/.f64 a (-.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 binary64) a)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.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) a)) |
(*.f64 (/.f64 #s(literal 1 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) (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 #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 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 #s(literal -1 binary64) a)) |
(+.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 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (-.f64 #s(literal 0 binary64) b)) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 0 binary64)) b) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.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 #s(literal -1 binary64) (-.f64 b (sqrt.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/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 (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 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 (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 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)))) |
(+.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64))))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64))))) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (/.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)) a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.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)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.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)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.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)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.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)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(neg.f64 (/.f64 (/.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)) a) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (/.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)) a)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.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)) a)) (*.f64 a #s(literal -9 binary64)))) |
(/.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)) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.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 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (/.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)) a))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.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 a #s(literal -9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.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)) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.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)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 (/.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)) a) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.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)) a) #s(literal -9 binary64)))) |
(/.f64 (/.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)) a) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.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)) a) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 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 #s(literal 0 binary64) (/.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)) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.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)) (*.f64 a a)) #s(literal -9 binary64)) |
(/.f64 (/.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)) (*.f64 a #s(literal -9 binary64))) a) |
(/.f64 (/.f64 (/.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)) a) a) #s(literal -9 binary64)) |
(/.f64 (/.f64 (/.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)) a) #s(literal -9 binary64)) a) |
(/.f64 (*.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))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.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)) (*.f64 a a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (/.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)) (*.f64 a #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (/.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)) a) a)) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.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)) a) #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (/.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)) a)) #s(literal -1 binary64)) |
(*.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)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.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 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.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)) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.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)) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (*.f64 a #s(literal -9 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))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 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 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (pow.f64 (/.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))) #s(literal -1 binary64))) |
(*.f64 (/.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)) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.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)) a) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9 binary64))) |
(*.f64 #s(literal -1 binary64) (/.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)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.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)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.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)) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (/.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)) a)) |
(*.f64 (/.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)) (*.f64 a a)) #s(literal -1/9 binary64)) |
(*.f64 (/.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)) (*.f64 a #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.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)) a) a) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.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)) a) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal -9 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))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.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 -9 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.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 9 binary64))) |
(*.f64 (/.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 -9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (/.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 -9 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) (/.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)) a))) |
(*.f64 (*.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 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(-.f64 #s(literal 0 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)))) |
(fma.f64 b (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (/.f64 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 -1/3 binary64) a))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 #s(literal -3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(fma.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 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 b #s(literal 1/3 binary64)) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (*.f64 b a) #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) a (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 (/.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(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 a (+.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 1/3 binary64)))) |
(*.f64 a (+.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 b #s(literal 1/3 binary64)))) |
(*.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 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 (/.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 #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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 0 binary64))) |
(+.f64 (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 0 binary64)) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -1/3 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 b #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 b (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 a (/.f64 #s(literal 1/3 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 b #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 b a))) |
(/.f64 (*.f64 b a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 b #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a))) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (/.f64 b #s(literal 1/3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a b)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 a (/.f64 b #s(literal 1/3 binary64))) |
(*.f64 a (*.f64 #s(literal 3 binary64) b)) |
(*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(*.f64 #s(literal -3 binary64) (/.f64 b (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) b) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 a b)) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) b) #s(literal -1 binary64))) |
(*.f64 #s(literal 3 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -3 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 b #s(literal 1/3 binary64)) a) |
(*.f64 #s(literal -1 binary64) (/.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (*.f64 a b) #s(literal 3 binary64)) |
(*.f64 (*.f64 b a) #s(literal 3 binary64)) |
(*.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 b #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal -3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 b (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (/.f64 b (/.f64 #s(literal -1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 b #s(literal -1/3 binary64))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 b a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -1 binary64)) a) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(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 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 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 (/.f64 #s(literal -1 binary64) a) #s(literal -3 binary64)) |
(pow.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.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 binary64) a) #s(literal 1/3 binary64)) |
(*.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 (*.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 (*.f64 b #s(literal 1/3 binary64))))) (neg.f64 (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(-.f64 (*.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 (*.f64 b #s(literal 1/3 binary64))))) (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 a (/.f64 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)))) (/.f64 b a)) a) (/.f64 a (*.f64 b #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 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)))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #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)))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))))) |
(neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)))) |
(neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) b)) |
(neg.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))))) |
(neg.f64 (/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64)))) a)) |
(neg.f64 (/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) b) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 b (/.f64 (/.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)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a (/.f64 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)))) (/.f64 b a)) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.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)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 b a) (*.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 3 binary64))) |
(/.f64 (/.f64 b a) (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a))) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 a (*.f64 b #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))))) |
(/.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64))) a) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) 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)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 b #s(literal -1 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 a b)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (*.f64 (/.f64 #s(literal 1 binary64) b) (-.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)))) (/.f64 b a)) a) b) (*.f64 a (/.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)))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) b) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a (-.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)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) #s(literal -1 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 b (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 b (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64)) (/.f64 (/.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)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 b a) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (/.f64 b a) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (/.f64 b a) #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 b a)) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 b (*.f64 a (/.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)))) (/.f64 b a)) a) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 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)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 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)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 b a) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 b a) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 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)))) (/.f64 b a)) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 b #s(literal 1/3 binary64)) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 b (/.f64 a #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)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) b) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b a)) |
(*.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) (*.f64 b #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a)) (*.f64 b #s(literal -1/3 binary64))) |
(*.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a)) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.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)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) (/.f64 b a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal 1/3 binary64))) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 b (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 b (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 b a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 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)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 1 binary64)) (/.f64 b (*.f64 a (/.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)))) (/.f64 b a)) a) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 a (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 b a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (*.f64 b #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 a (*.f64 b #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.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)))) (/.f64 b a)) a) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) #s(literal -1 binary64)) (/.f64 b (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) #s(literal -1 binary64)) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) a) (/.f64 b (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) a) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (/.f64 b a) a) (/.f64 #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)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) a) (/.f64 #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)))) (/.f64 b a)) a)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a)) #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (*.f64 b (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a)) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 b (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a))) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 b (-.f64 #s(literal 0 binary64) a))) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b a)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a)) (*.f64 b #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) a) b) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) b) |
(+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) |
(+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) a)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(neg.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) a) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(/.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) |
(pow.f64 (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) (*.f64 (/.f64 #s(literal -1 binary64) a) #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)))) (/.f64 b a)) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(*.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)))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a)) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 0 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) |
(-.f64 #s(literal 0 binary64) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a b) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 #s(literal -1 binary64) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) |
(neg.f64 (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #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)))) (/.f64 b a)) a)) |
(*.f64 #s(literal -1 binary64) (-.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(+.f64 #s(literal 0 binary64) (/.f64 a b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) b)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 b a))) |
(/.f64 a b) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) b))) |
(pow.f64 (/.f64 b a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) a) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a)))))) |
(/.f64 #s(literal -135/128 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c a)))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a)))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 (*.f64 a a) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 c (*.f64 (*.f64 a (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal -7 binary64)))) |
(*.f64 c (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 c (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))) |
(*.f64 a (*.f64 (*.f64 c a) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 a (*.f64 c a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 a a) (*.f64 c (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 a a) (*.f64 (*.f64 c #s(literal -135/128 binary64)) (pow.f64 b #s(literal -7 binary64)))) |
(*.f64 (*.f64 a a) (*.f64 (/.f64 c (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))) |
(*.f64 (*.f64 a (*.f64 c a)) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 a (*.f64 c a)) (*.f64 (pow.f64 b #s(literal -7 binary64)) #s(literal -135/128 binary64))) |
(*.f64 (*.f64 a (*.f64 c a)) (*.f64 #s(literal 135/128 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 c #s(literal -135/128 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 c a) (*.f64 a (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 c a) (*.f64 (*.f64 a #s(literal -135/128 binary64)) (pow.f64 b #s(literal -7 binary64)))) |
(*.f64 (*.f64 c a) (*.f64 (/.f64 a (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c a))) (*.f64 #s(literal -135/128 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 #s(literal 135/128 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a (*.f64 c a)) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 c #s(literal 135/128 binary64)) (*.f64 (*.f64 a a) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (/.f64 a (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) c) (*.f64 a (*.f64 a #s(literal -135/128 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c a)) #s(literal -1 binary64)) (/.f64 #s(literal 135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 c a))) #s(literal -1 binary64)) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (*.f64 c #s(literal 135/128 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c a))) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 c a)) #s(literal 135/128 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -135/128 binary64))) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) #s(literal -135/128 binary64)) (*.f64 a (*.f64 c a))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 a a)) (*.f64 c #s(literal -135/128 binary64))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 a (*.f64 c a))) #s(literal -135/128 binary64)) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c #s(literal -135/128 binary64))) (*.f64 a a)) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c a)) (*.f64 a #s(literal -135/128 binary64))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 a a))) c) |
(*.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c a))) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(neg.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3/8 binary64)) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 3/8 binary64) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (/.f64 #s(literal 3/8 binary64) b) b))) |
(/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b)) |
(/.f64 (/.f64 #s(literal 3/8 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) #s(literal -3/8 binary64))) |
(/.f64 (/.f64 #s(literal -3/8 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) b) b) |
(/.f64 (neg.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal 3/8 binary64) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -3/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) #s(literal 3/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal 3/8 binary64)) |
(*.f64 (/.f64 #s(literal 3/8 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 3/8 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 3/8 binary64) b)) |
(*.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) b) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) |
(/.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (*.f64 a #s(literal 9/16 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) #s(literal 9/16 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 a (*.f64 (pow.f64 b #s(literal -5 binary64)) #s(literal -9/16 binary64))) |
(*.f64 a (*.f64 #s(literal 9/16 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal -9/16 binary64) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 a #s(literal -9/16 binary64))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9/16 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))) #s(literal -9/16 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal 9/16 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal 9/16 binary64) (*.f64 a (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 #s(literal 9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9/16 binary64))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 (pow.f64 b #s(literal -5 binary64)) a) #s(literal -9/16 binary64)) |
(*.f64 (*.f64 (pow.f64 b #s(literal -5 binary64)) #s(literal -9/16 binary64)) a) |
(+.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 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 b b (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (/.f64 c #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 #s(literal 0 binary64) c) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) 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 -1/3 binary64)) a (*.f64 b b)) |
(fma.f64 (/.f64 c #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a) (*.f64 b b)) |
(neg.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 #s(literal -3 binary64) (*.f64 a (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)))) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (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) a) (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)))) (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) a) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(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) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/3 binary64) a) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1/3 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 (/.f64 #s(literal -1 binary64) a) #s(literal 3 binary64)) |
(pow.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) |
(*.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 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1/3 binary64)) |
(+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 0 binary64))) |
(+.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal 0 binary64)) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (*.f64 #s(literal 0 binary64) (/.f64 c #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 c #s(literal 1/3 binary64))) (*.f64 #s(literal 0 binary64) (/.f64 c #s(literal 1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) c)) |
(neg.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) a)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 a (/.f64 #s(literal -1/3 binary64) c)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
(/.f64 (/.f64 c #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 c a))) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (/.f64 c #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 a (/.f64 c #s(literal -1/3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 #s(literal -3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c) #s(literal -1 binary64))) |
(*.f64 #s(literal -3 binary64) (/.f64 c (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) c)) |
(*.f64 #s(literal 3 binary64) (/.f64 c (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 #s(literal 3 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) c) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 (/.f64 c #s(literal -1/3 binary64)) a) |
(*.f64 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) c)) |
(*.f64 (*.f64 #s(literal -3 binary64) c) a) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 c #s(literal -1/3 binary64))) |
(*.f64 (/.f64 c (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) a) #s(literal 3 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal -3 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 c #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) #s(literal -1 binary64)) a) |
| 1× | egg-herbie |
| 6526× | *-lowering-*.f32 |
| 6526× | *-lowering-*.f64 |
| 3130× | +-lowering-+.f64 |
| 3130× | +-lowering-+.f32 |
| 1624× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1571 | 14881 |
| 1 | 5582 | 14024 |
| 0 | 8117 | 14024 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/ -3/8 (pow b 3)) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(/ -3/8 (pow b 3)) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/ -3/8 (pow b 3)) |
(/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3)) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/ -3/8 (pow b 3)) |
(* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(/ -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/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(* -3/2 (/ c b)) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2 (/ b a)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(* -3/2 (/ c b)) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ c b)) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* 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/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(* -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/9 (/ (+ (* -3 b) (* 3 b)) a)) |
(/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a) |
(* 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/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 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))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(* b (+ (* -3 a) (* 3 a))) |
(* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(* 6 (* a b)) |
(* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(* a (+ (* -3 b) (* 3 b))) |
(* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(+ (* -3 (* a b)) (* 3 (* a b))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) c))))) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a b)) |
(* 3 (* a 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) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b) |
(/ (+ (* 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))) b) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/ (+ (* -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))))) (pow b 2)) |
(/ (+ (* -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)))))) (pow b 2)) |
(/ (- (* -1 a) a) a) |
(- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1) |
(* -3/2 (/ (* a c) (pow b 2))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4))))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2)) |
(- (* -1 a) a) |
(- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4))))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2))))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(/ a b) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(/ 3/8 (pow b 3)) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -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 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -3 (* a b)) |
(* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))) |
(* 3 (* a b)) |
(* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(* -3 (* a b)) |
(+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))) |
(+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))) |
(+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -3 (* a b)) |
(* a (+ (* -3 b) (* 9/2 (/ (* a c) b)))) |
(* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))) |
(* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (pow a 2) (+ (* -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))))))) |
(* (pow a 2) (+ (* -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/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)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a)) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 a (*.f64 c c)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ (pow c 2) (* a (pow b 3)))) (* 9/16 (/ (pow c 3) (pow b 5)))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) a))) |
(* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* -9/16 (* a (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 b (*.f64 b b))))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 b (*.f64 b b))))) a))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ -1/2 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/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1 binary64) a)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (/ 1 a))) (* (sqrt (/ c a)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1 binary64) a)))) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (* -9/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64))) b) |
(/ (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -3/2 c) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64)) (+.f64 (+.f64 (*.f64 c #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2 binary64)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (* 2 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -27/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ c (pow b 2))) (+ (* -9/8 (/ (* a (pow c 2)) (pow b 4))) (* 2 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) a)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/16 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(* c (- (* -9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b (*.f64 b b)))) #s(literal -9/8 binary64)) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -27/16 (/ (* (pow a 2) c) (pow b 5))) (* -9/8 (/ a (pow b 3))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* c (- (* c (+ (* -9/8 (/ a (pow b 3))) (* c (+ (* -27/16 (/ (pow a 2) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 3/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -3/2 binary64) b))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(* c (+ (* -1 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (-.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 b (*.f64 c a)))) |
(* c (+ (* -1 (/ b (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (-.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64))) (/.f64 b (*.f64 c a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))) (/ b (* a c))))) |
(*.f64 (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ b a)) (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c))) c)) (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -3/2 binary64)) b) |
(+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* (sqrt (/ c a)) (sqrt -3)) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) |
(+ (* -1 (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ b a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) |
(+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ b (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal 1/8 binary64))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (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 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 a (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) #s(literal -1/8 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) (-.f64 #s(literal 0 binary64) a)) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 (/.f64 #s(literal -9/8 binary64) b) (/.f64 (*.f64 c (*.f64 a a)) (*.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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (neg.f64 (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a)) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a)))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) a)) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/9 (/ (+ (* -3 b) (* 3 b)) a)) |
(/.f64 #s(literal 0 binary64) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) #s(literal 0 binary64)) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) #s(literal 0 binary64)) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* b (+ (* -3 a) (* 3 a))) |
#s(literal 0 binary64) |
(* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* 6 (* a b)) |
(*.f64 #s(literal 6 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 a #s(literal -6 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a #s(literal -6 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 a #s(literal -6 binary64)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* a (+ (* -3 b) (* 3 b))) |
#s(literal 0 binary64) |
(* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b))))) |
(*.f64 a (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 9/2 binary64)))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))) |
(*.f64 a (+.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))) |
(*.f64 a (+.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal 3 binary64)) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) (*.f64 (/.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))) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (+.f64 (*.f64 (/.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))) #s(literal -3/2 binary64)) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 (*.f64 b #s(literal 3 binary64)) a)))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal -3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 3/2 binary64))) a)) a))) |
(+ (* -3 (* a b)) (* 3 (* a b))) |
#s(literal 0 binary64) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))) |
(+.f64 #s(literal 0 binary64) (*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a a) (/.f64 c b)))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) b)))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c) (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 3/2 binary64))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) c))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) c)) c)) (neg.f64 c)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b 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) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) a)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* 1/3 (/ (* b (- (* -1 a) a)) (pow a 2))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 b a) #s(literal -2 binary64))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/3 (/ (- (* -1 a) a) (pow a 2))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -2 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))) (* -1/3 (/ (- (* -1 a) a) (pow a 2)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* a (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(*.f64 a (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 a)))) |
(+.f64 (neg.f64 (*.f64 a (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))))) #s(literal -1 binary64)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1 binary64)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 1) a)) (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(/ (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) b) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) #s(literal -1 binary64)))) b) |
(/ (+ (* b (- (* 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))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) b) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (*.f64 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))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 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)))))) (pow b 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b b)) |
(/ (- (* -1 a) a) a) |
#s(literal -2 binary64) |
(- (+ -1 (* 3/2 (/ (* a c) (pow b 2)))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(- (+ -1 (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6)))))) 1) |
(+.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a a) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -3/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 6))) (* -9/8 (/ (pow a 2) (pow b 4))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -3/2 (/ a (pow b 2))) (* c (+ (* -9/8 (/ (pow a 2) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 6))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* a c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* c (- (* (sqrt (/ a c)) (/ (sqrt -3) b)) (/ 1 c))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b))) (/ 1 c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* (sqrt (/ a c)) (/ (sqrt -3) b)))) (/ 1 c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) c))))) |
(* -1 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ 1 c)))) |
(+.f64 (neg.f64 (*.f64 c (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))))) #s(literal -1 binary64)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -1 binary64)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) 1) c)) (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) #s(literal -1 binary64)) c)) (neg.f64 c)) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* -9/8 (/ (* a (pow c 2)) (pow b 4))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 6))) (* -9/8 (/ (pow c 2) (pow b 4))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow a 2) (+ (* -3/2 (/ c (pow b 2))) (* a (+ (* -9/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 6))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* (pow a 2) (- (* (sqrt (/ c a)) (/ (sqrt -3) b)) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b))) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a)))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 #s(literal -1 binary64) a))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* (pow a 2) (- (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (/ 1 a))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 #s(literal -1 binary64) a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 1 (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))))) a)) a))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(/ (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b a)) b) |
(/ (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c)))) a))) b) |
(/ (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) b) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))))) a))) b) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a (*.f64 a a)) b)))) (*.f64 b b)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a (*.f64 a a)) b)))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b b)) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 c c) b) (/.f64 (*.f64 a (*.f64 a a)) b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 b b)) |
(- (* -1 a) a) |
(-.f64 (-.f64 #s(literal 0 binary64) a) a) |
(- (+ (* -1 a) (* 3/2 (/ (* (pow a 2) c) (pow b 2)))) a) |
(-.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 a a) (/.f64 c b))) a) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3/2 (/ (* (pow a 2) c) (pow b 2))))) a) |
(-.f64 (-.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 a a) (/.f64 c b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 9/8 binary64))) a) a) |
(- (+ (* -1 a) (+ (* 9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* (pow a 2) c) (pow b 2))) (* 27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))) a) |
(-.f64 (-.f64 (+.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 a a) (/.f64 c b))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 9/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 27/16 binary64))) a) a) |
(* -3/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) c) (*.f64 b b)) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* -9/8 (/ (* (pow a 3) c) (pow b 4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 6))) (* -9/8 (/ (pow a 3) (pow b 4))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -3/2 (/ (pow a 2) (pow b 2))) (* c (+ (* -9/8 (/ (pow a 3) (pow b 4))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 6))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 c a) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* c (+ (* -1 (/ a c)) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 a c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (/ a c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 a c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b)))) (/ a c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) (/.f64 a c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)) (/ a c)))) |
(*.f64 (+.f64 (/.f64 a c) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) a) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) a) c)) (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) a) c)) (neg.f64 c)) |
(/ 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) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ 3/8 (pow b 3)) |
(/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.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 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal 3/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -3 (* a b)) |
(*.f64 (*.f64 b a) #s(literal -3 binary64)) |
(* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 b (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))))) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3 (* a b)) |
(*.f64 (*.f64 b a) #s(literal -3 binary64)) |
(+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal -3 binary64)) (*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a a) (/.f64 c b)))) |
(+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) b)))) |
(+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))) |
(+.f64 (*.f64 (*.f64 b a) #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (*.f64 #s(literal -3/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal -3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))))) (neg.f64 c)) |
(* -3 (* a b)) |
(*.f64 (*.f64 b a) #s(literal -3 binary64)) |
(* a (+ (* -3 b) (* 9/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 9/2 binary64)))) |
(* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))) |
(*.f64 a (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))))) |
(* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))) |
(*.f64 a (+.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 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (/.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))) #s(literal -3/2 binary64)) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -3/2 binary64))) (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) #s(literal -3/16 binary64))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* 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 a a) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 3/2 binary64)))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 3/2 binary64))) (*.f64 (*.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)))))) #s(literal 3/16 binary64))))) |
(/ -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 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
Compiled 54142 to 5540 computations (89.8% saved)
71 alts after pruning (64 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1712 | 19 | 1731 |
| Fresh | 15 | 45 | 60 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1728 | 71 | 1799 |
| Status | Accuracy | Program |
|---|---|---|
| 20.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 19.3% | (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 18.9% | (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 19.3% | (/.f64 (fma.f64 (/.f64 b #s(literal 1/3 binary64)) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| ▶ | 19.1% | (/.f64 (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| ✓ | 19.7% | (/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| ✓ | 17.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 17.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 17.9% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) | |
| 89.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 94.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
| 96.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) | |
| 97.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c)) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a)) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) | |
| ✓ | 17.8% | (/.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))) |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)) (/.f64 #s(literal 405/64 binary64) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))))) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) | |
| 89.6% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) | |
| 12.2% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 17.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) | |
| 17.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) | |
| 16.9% | (/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) | |
| 18.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 17.6% | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 17.8% | (/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) | |
| 18.9% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 19.2% | (/.f64 (+.f64 (/.f64 (*.f64 b a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| ✓ | 19.0% | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| 18.1% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.9% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) | |
| 96.3% | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) | |
| 17.4% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 94.7% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 89.8% | (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) | |
| 17.4% | (/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) | |
| ✓ | 90.2% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 89.7% | (/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1/3 binary64))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)))) | |
| 18.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) | |
| ▶ | 3.3% | (/.f64 #s(literal 0 binary64) a) |
| 89.8% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) | |
| 17.6% | (-.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)))) | |
| 19.2% | (+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 96.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) | |
| ▶ | 97.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
| 17.5% | (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 89.8% | (+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) | |
| 19.4% | (*.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) #s(literal 1/3 binary64)) | |
| 96.8% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) | |
| 17.6% | (*.f64 (/.f64 (-.f64 (/.f64 a b) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a b))) #s(literal 1/3 binary64)) | |
| 12.2% | (*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) | |
| ✓ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| 17.8% | (*.f64 (/.f64 (-.f64 a (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal 1/3 binary64)) | |
| 89.6% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) | |
| 89.5% | (*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) | |
| ✓ | 89.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 17.7% | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) | |
| ▶ | 17.5% | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
| 19.1% | (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 97.0% | (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) | |
| 94.3% | (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 96.0% | (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 97.0% | (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
Compiled 3918 to 2405 computations (38.6% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) |
| ✓ | cost-diff | 0 | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | cost-diff | 6400 | (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
| ✓ | cost-diff | 6656 | (/.f64 (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
| ✓ | cost-diff | 128 | (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) |
| ✓ | cost-diff | 512 | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 0 binary64) a) |
| ✓ | cost-diff | 0 | (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
| 4444× | *-lowering-*.f32 |
| 4444× | *-lowering-*.f64 |
| 1658× | +-lowering-+.f64 |
| 1658× | +-lowering-+.f32 |
| 1260× | times-frac |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 64 | 461 |
| 1 | 156 | 441 |
| 2 | 385 | 439 |
| 3 | 1032 | 433 |
| 4 | 3168 | 425 |
| 5 | 5998 | 425 |
| 0 | 8178 | 425 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))) |
a |
(* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))) |
(* c c) |
(/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)) |
(+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) |
(* (* -135/128 (* a a)) (* c c)) |
(* -135/128 (* a a)) |
-135/128 |
(* a a) |
(* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b)))) |
(* b b) |
(+ (* (* c a) -9/16) (* -3/8 (* b b))) |
(* (* c a) -9/16) |
(* c a) |
-9/16 |
(* -3/8 (* b b)) |
-3/8 |
(pow b 7) |
7 |
(/ 0 a) |
0 |
a |
(/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
(/ 1/3 a) |
1/3 |
a |
(/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c) |
(+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) |
(/ (* -2/3 b) a) |
(* -2/3 b) |
-2/3 |
b |
(/ (* c 1/2) b) |
(* c 1/2) |
c |
1/2 |
(* (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) (/ 1 (/ a (/ 1/3 a)))) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
(* b a) |
(/ 1 (/ a (/ 1/3 a))) |
1 |
(/ a (/ 1/3 a)) |
(/ 1/3 a) |
1/3 |
(/ (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) (* a (* a -9))) |
(+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) |
(/ a 1/3) |
a |
1/3 |
b |
(/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a)) |
(sqrt (+ (* b b) (/ c (/ -1/3 a)))) |
(+ (* b b) (/ c (/ -1/3 a))) |
(* b b) |
(/ c (/ -1/3 a)) |
c |
(/ -1/3 a) |
-1/3 |
(* a (* a -9)) |
(* a -9) |
-9 |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))))) |
(/ (* c -1/2) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) |
a |
(* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))) |
(*.f64 (+.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 7 binary64)))) |
(* c c) |
(*.f64 c c) |
(/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) |
(+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) |
(+.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(* (* -135/128 (* a a)) (* c c)) |
(*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) |
(* -135/128 (* a a)) |
(*.f64 #s(literal -135/128 binary64) (*.f64 a a)) |
-135/128 |
#s(literal -135/128 binary64) |
(* a a) |
(*.f64 a a) |
(* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) |
(* b b) |
(*.f64 b b) |
(+ (* (* c a) -9/16) (* -3/8 (* b b))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))) |
(* (* c a) -9/16) |
(*.f64 c (*.f64 a #s(literal -9/16 binary64))) |
(* c a) |
(*.f64 c a) |
-9/16 |
#s(literal -9/16 binary64) |
(* -3/8 (* b b)) |
(*.f64 b (*.f64 b #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(pow b 7) |
(pow.f64 b #s(literal 7 binary64)) |
7 |
#s(literal 7 binary64) |
(/ 0 a) |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
a |
(/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
(/.f64 (/.f64 c (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 #s(literal 1/2 binary64) (/.f64 c b)))) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
a |
(/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) c) |
(+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(/ (* -2/3 b) a) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -2/3 b) |
(*.f64 b #s(literal -2/3 binary64)) |
-2/3 |
#s(literal -2/3 binary64) |
b |
(/ (* c 1/2) b) |
(*.f64 #s(literal 1/2 binary64) (/.f64 c b)) |
(* c 1/2) |
(*.f64 c #s(literal 1/2 binary64)) |
c |
1/2 |
#s(literal 1/2 binary64) |
(* (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) (/ 1 (/ a (/ 1/3 a)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) b)) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
(*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))))) |
a |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
c |
(* a -3) |
(/.f64 a #s(literal -1/3 binary64)) |
-3 |
#s(literal -3 binary64) |
(* b a) |
(*.f64 b a) |
(/ 1 (/ a (/ 1/3 a))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
1 |
#s(literal 1 binary64) |
(/ a (/ 1/3 a)) |
(/.f64 a (/.f64 #s(literal 1/3 binary64) a)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
(/ (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) (* a (* a -9))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) #s(literal -1/3 binary64)) (/.f64 b #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 binary64))) |
(+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) |
(*.f64 a (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) #s(literal -1/3 binary64)) (/.f64 b #s(literal 1/3 binary64)))) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
a |
1/3 |
#s(literal 1/3 binary64) |
b |
(/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) |
(sqrt (+ (* b b) (/ c (/ -1/3 a)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) |
(+ (* b b) (/ c (/ -1/3 a))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
(/ c (/ -1/3 a)) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
c |
(/ -1/3 a) |
(/.f64 #s(literal -1/3 binary64) a) |
-1/3 |
#s(literal -1/3 binary64) |
(* a (* a -9)) |
(*.f64 a (*.f64 a #s(literal -9 binary64))) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 100.0% | (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/3 binary64) a) |
| ✓ | accuracy | 99.2% | (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
| ✓ | accuracy | 99.1% | (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 0 binary64) a) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) |
| ✓ | accuracy | 100.0% | (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))))) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) |
| 1.5s | 241× | 5 | exit |
| 33.0ms | 14× | 0 | valid |
| 2.0ms | 1× | 1 | valid |
Compiled 530 to 64 computations (87.9% saved)
backward-pass: 258.0ms (41.4% of total)ival-mult: 125.0ms (20.1% of total)ival-div: 85.0ms (13.7% of total)ival-add: 61.0ms (9.8% of total)...c/correct-round.rkt:119:19: 44.0ms (7.1% of total)compiled-spec: 19.0ms (3.1% of total)ival-sqrt: 18.0ms (2.9% of total)ival-pow: 6.0ms (1% of total)const: 3.0ms (0.5% of total)ival-sub: 3.0ms (0.5% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))))> |
#<alt (/ 0 a)> |
#<alt (/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c))> |
#<alt (/ 1/3 a)> |
#<alt (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)> |
#<alt (+ (/ (* -2/3 b) a) (/ (* c 1/2) b))> |
#<alt (* (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) (/ 1 (/ a (/ 1/3 a))))> |
#<alt (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a))> |
#<alt (/ 1 (/ a (/ 1/3 a)))> |
#<alt (* a (sqrt (+ (* b b) (* c (* a -3)))))> |
#<alt (/ (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) (* a (* a -9)))> |
#<alt (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a)))> |
#<alt (/ a 1/3)> |
#<alt (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))> |
#<alt (* -135/128 (* a a))> |
#<alt (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))> |
#<alt (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b)))))> |
#<alt (/ (* -2/3 b) a)> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (/ -1/3 a)> |
#<alt (/ c (/ -1/3 a))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -1/2 c)> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3)))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3))> |
#<alt (* -3/8 (/ (* a (pow c 2)) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3)))> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt 0> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7))))))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a)> |
#<alt (/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a)> |
#<alt (* 2/3 (/ b a))> |
#<alt (* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a))> |
#<alt (* 2/3 (/ b a))> |
#<alt (* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<alt (* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b))> |
#<alt (* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))))> |
#<alt (* 2/3 (/ b a))> |
#<alt (+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c))))> |
#<alt (+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a)))> |
#<alt (/ 1/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 (/ 1/2 b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b)> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c)))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2))))))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (* -2/3 (/ b (* a c)))> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c)> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (/ 1/2 b)> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -2/3 (/ b a))> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* -2/3 (/ b a))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -2/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/2 (/ c b))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -1/3 (/ (* b (- a (* -1 a))) (pow a 2)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b)> |
#<alt (* -1 (* b (- a (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a))))> |
#<alt (* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a))))> |
#<alt (* -3/2 (/ (* (pow a 2) c) b))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c)))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (/ 1/3 (pow a 2))> |
#<alt (* a b)> |
#<alt (* a (+ b (* -3/2 (/ (* a c) b))))> |
#<alt (* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))))> |
#<alt (* a (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt (* a b)> |
#<alt (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* a b))> |
#<alt (* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))))> |
#<alt (* a b)> |
#<alt (+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b))> |
#<alt (+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))))> |
#<alt (+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))))> |
#<alt (* (sqrt (* (pow a 3) c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* -1/9 (/ (+ (* -3 b) (* 3 b)) a))> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a)> |
#<alt (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a)> |
#<alt (/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a)> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))> |
#<alt (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))> |
#<alt (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))))> |
#<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/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))> |
#<alt (+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))))> |
#<alt (+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 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 (* a (+ (* -3 b) (* 3 b)))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b)))))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))))> |
#<alt (* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a)))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))))> |
#<alt (* b (+ (* -3 a) (* 3 a)))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (* 6 (* a b))> |
#<alt (* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (+ (* -3 (* a b)) (* 3 (* a b)))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))))> |
#<alt (+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c)))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) 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)> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -3 (* a b))> |
#<alt (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))> |
#<alt (* 3 (* a b))> |
#<alt (* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))> |
#<alt (* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))))> |
#<alt (* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))))> |
#<alt (* -3 (* a b))> |
#<alt (+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))> |
#<alt (+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))> |
#<alt (+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -3 (* a b))> |
#<alt (* a (+ (* -3 b) (* 9/2 (/ (* a c) b))))> |
#<alt (* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))> |
#<alt (* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (pow a 2) (+ (* -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 (* (pow a 2) (+ (* -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 (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (* -135/128 (pow a 2))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3)))))> |
#<alt (* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a))))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2)))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3))> |
#<alt (/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3))> |
#<alt (/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3)))> |
#<alt (* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3)))> |
#<alt (* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3)))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c)))))> |
#<alt (+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c)))))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2))))))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2))))))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a))))> |
#<alt (* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a))))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2))))))> |
#<alt (+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2))))))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c))))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2))))))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2))))))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c))))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c))))> |
#<alt (* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c))))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c))))> |
#<alt (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))))> |
#<alt (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8))> |
#<alt (* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8))> |
#<alt (* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8))> |
#<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 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (/ -1/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))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
165 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | c | @ | inf | (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))) |
| 2.0ms | b | @ | -inf | (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) |
| 1.0ms | b | @ | -inf | (/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
| 1.0ms | b | @ | 0 | (/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
| 1.0ms | b | @ | inf | (/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
| 1× | batch-egg-rewrite |
| 4420× | *-lowering-*.f32 |
| 4420× | *-lowering-*.f64 |
| 3554× | /-lowering-/.f32 |
| 3554× | /-lowering-/.f64 |
| 1592× | frac-times |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 64 | 290 |
| 1 | 263 | 274 |
| 2 | 1344 | 270 |
| 0 | 8470 | 270 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(* a (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))) |
(/ 0 a) |
(/ (/ 1/3 a) (/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c)) |
(/ 1/3 a) |
(/ (+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) c) |
(+ (/ (* -2/3 b) a) (/ (* c 1/2) b)) |
(* (- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) (/ 1 (/ a (/ 1/3 a)))) |
(- (* a (sqrt (+ (* b b) (* c (* a -3))))) (* b a)) |
(/ 1 (/ a (/ 1/3 a))) |
(* a (sqrt (+ (* b b) (* c (* a -3))))) |
(/ (+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) (* a (* a -9))) |
(+ (* (/ a 1/3) b) (/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a))) |
(/ a 1/3) |
(/ (sqrt (+ (* b b) (/ c (/ -1/3 a)))) (/ -1/3 a)) |
(* -135/128 (* a a)) |
(/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)) |
(+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) |
(/ (* -2/3 b) a) |
(+ (* b b) (* c (* a -3))) |
(/ -1/3 a) |
(/ c (/ -1/3 a)) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 c (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 a (/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c c) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c a) (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c c)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 (*.f64 a (*.f64 c c)) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(fma.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (*.f64 c c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal -7 binary64)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (*.f64 b (*.f64 a (*.f64 c c)))) (*.f64 b (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 b (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 b (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 b (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) (*.f64 b (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 b (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 b (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) (*.f64 b (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) b) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) b) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) b) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) #s(literal -1 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) b) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) b)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(*.f64 c (+.f64 (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (/.f64 #s(literal -1/2 binary64) b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) b) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(*.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 c b))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 #s(literal 1/2 binary64) b) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) b)) |
(+.f64 #s(literal 0 binary64) (*.f64 c #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c c)))) |
(neg.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 a (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (*.f64 a (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (neg.f64 (*.f64 a (*.f64 c c))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 c (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a)) |
(*.f64 a (/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (*.f64 c c) (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) a)) |
(*.f64 (*.f64 c a) (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c c))) |
(*.f64 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) |
(*.f64 (*.f64 a (*.f64 c c)) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) (*.f64 c c)) |
(*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 a (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 7 binary64))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 a (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 c c) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 (*.f64 c a) (pow.f64 b #s(literal 7 binary64))) (/.f64 c (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 c c)) #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
#s(literal 0 binary64) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(neg.f64 (*.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) c)) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (/.f64 a c)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c)))) |
(neg.f64 (/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) a)) |
(/.f64 c (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 c (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (/.f64 a c))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(/.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) a) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c)) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(/.f64 (*.f64 #s(literal 1/3 binary64) c) (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 a (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) |
(/.f64 (*.f64 c (/.f64 #s(literal 1 binary64) a)) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) c) a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) a) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal -1 binary64) c)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) c)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c))) |
(*.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) c) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (pow.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) c) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (/.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal -1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) c)) (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) c)) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) c)) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) c)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) c)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c))) |
(*.f64 (/.f64 c a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 c a)) |
(*.f64 (/.f64 c #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 c #s(literal -3 binary64))) |
(*.f64 (/.f64 c (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -3 binary64)) (/.f64 c (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 c #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (/.f64 c (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) a) (/.f64 (*.f64 b a) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b a) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) #s(literal 3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) c) a)) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) c))) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(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 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 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/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -3 binary64)) |
(pow.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 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 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1/3 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -2/3 binary64) (/.f64 a b)))) |
(+.f64 (*.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) c)) (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) c))) |
(+.f64 (*.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) c)) (*.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 #s(literal 1 binary64) c))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(neg.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 b a)) (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 b a) c) (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c))) |
(/.f64 #s(literal -1 binary64) (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (*.f64 b a) c)) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 c (*.f64 b a))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b a))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (*.f64 c (*.f64 b a)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (*.f64 (*.f64 b a) c))) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (*.f64 c (*.f64 b a))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (*.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal -1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b) c)) |
(/.f64 (*.f64 (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)) c)) |
(/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (*.f64 (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) c)) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b) #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b) #s(literal -1 binary64)) (*.f64 (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a) c)) |
(/.f64 (*.f64 (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) #s(literal -1 binary64)) (*.f64 (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64)))) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)) c)) |
(/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64)))) #s(literal -1 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) c)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) c)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) #s(literal -1 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) c)) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) #s(literal 1 binary64)) (*.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) #s(literal 1 binary64)) (*.f64 c a)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) #s(literal -1 binary64)) (*.f64 a (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 b c)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a) #s(literal -1 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) (*.f64 c (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64))))) (*.f64 c (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64)))) (*.f64 c (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64))))) (*.f64 c (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) (*.f64 c (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (*.f64 c (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b)) (*.f64 c (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64))))) (*.f64 c (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) (*.f64 c (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64))))) (*.f64 c (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 c (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))))) (*.f64 c (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b)) (*.f64 c a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a)) (*.f64 c b)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) c) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b)) (*.f64 (-.f64 #s(literal 0 binary64) c) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) b)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal 1 binary64)) |
(pow.f64 (/.f64 c (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) c)) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c)) |
(*.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 b a)))) |
(*.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b a) c))) |
(*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(*.f64 (pow.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) c)) |
(+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(+.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(-.f64 #s(literal 0 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(-.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(fma.f64 c (/.f64 #s(literal 1/2 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 b (/.f64 #s(literal -2/3 binary64) a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 b a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 c b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64))) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(fma.f64 (/.f64 b a) #s(literal -2/3 binary64) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) b) c (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(neg.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b) (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)) (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a) (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)) (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)) (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (*.f64 b a)) |
(/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b) (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)) |
(/.f64 (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a))) |
(/.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) a) |
(/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a) b) |
(/.f64 (+.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) b)) |
(/.f64 (+.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 b (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 a #s(literal -1 binary64))) (*.f64 a (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal 2/3 binary64)))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 a (*.f64 b #s(literal 2/3 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 a (*.f64 b #s(literal 2/3 binary64))))) |
(/.f64 (+.f64 (/.f64 a (*.f64 b #s(literal 2/3 binary64))) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 (/.f64 a b) #s(literal -2/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (/.f64 a (*.f64 b #s(literal 2/3 binary64))))) |
(/.f64 (+.f64 a (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) (*.f64 b #s(literal -2/3 binary64)))) (*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) a)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 a (*.f64 b #s(literal 2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (*.f64 b #s(literal 2/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (*.f64 b a)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64)))) (neg.f64 (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64))))) (neg.f64 (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b)) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b)))) |
(/.f64 (neg.f64 (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))) (neg.f64 (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64))))) (neg.f64 (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) |
(*.f64 #s(literal -1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) |
(*.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b a))) |
(*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) |
(*.f64 (+.f64 b (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b))) |
(*.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) b)))) |
(*.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64)))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) b) (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(*.f64 (+.f64 a (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal -2/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a))) |
(*.f64 (+.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b c) (/.f64 a b)) #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (*.f64 b #s(literal 2/3 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (*.f64 b (*.f64 b #s(literal 2/3 binary64))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -1/2 binary64))) (*.f64 b (*.f64 b #s(literal 2/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 #s(literal 1/3 binary64) (*.f64 a a)))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 #s(literal 1/3 binary64) (*.f64 a a)))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) #s(literal 1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 b a) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.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 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 (*.f64 a (-.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 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a a)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(neg.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) (*.f64 a a)))) |
(neg.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 a (/.f64 #s(literal -1/3 binary64) a)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.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 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.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 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (-.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 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (/.f64 a (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 a #s(literal 1/3 binary64))) a) |
(/.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1/3 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (*.f64 a (-.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 a a))) |
(/.f64 (*.f64 (*.f64 a (-.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 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (*.f64 (*.f64 a (-.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) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (-.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 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 a (-.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 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (-.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 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a)) |
(*.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal 1/3 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 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 a (-.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 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) (/.f64 #s(literal -1/3 binary64) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) a) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.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 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a (-.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 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 a 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 a (-.f64 #s(literal 0 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 a (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 a (*.f64 a (/.f64 a #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 binary64))) |
(*.f64 (/.f64 a (/.f64 a #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 a (/.f64 a #s(literal -1/3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 a (-.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 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (*.f64 a (-.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/3 binary64) (*.f64 a a))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 a (-.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 b a)))) |
(+.f64 (*.f64 a (-.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 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 1 binary64))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 1 binary64))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (+.f64 (*.f64 b a) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(+.f64 (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 #s(literal 1 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 1 binary64)) (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal 1 binary64)) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(+.f64 (+.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 b a)) |
(+.f64 (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(+.f64 (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(+.f64 (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) |
(-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(-.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) (/.f64 (*.f64 b a) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) (/.f64 (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a))) #s(literal 1 binary64))) |
(-.f64 (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 b a)) |
(-.f64 (+.f64 (*.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(-.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 0 binary64)) (*.f64 b a)) |
(fma.f64 b (-.f64 #s(literal 0 binary64) a) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(fma.f64 a (-.f64 #s(literal 0 binary64) b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (*.f64 #s(literal 0 binary64) (*.f64 b a))) |
(fma.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (*.f64 a (-.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 b a))) |
(fma.f64 (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 #s(literal 0 binary64) (*.f64 b a))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a (-.f64 #s(literal 0 binary64) (*.f64 b a))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a (neg.f64 (-.f64 (*.f64 b a) (*.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b a) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (*.f64 a (-.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 #s(literal 1 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) #s(literal -1 binary64)) |
(*.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) |
(*.f64 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 a (-.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 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 a a))) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a a))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) a) |
(/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a a)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(pow.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 a a))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(*.f64 a (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)))) a) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (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 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (/.f64 (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 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))))) |
(+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) (*.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))))) |
(neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 (*.f64 a a) #s(literal -9 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.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) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a a)) #s(literal -9 binary64)) |
(/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -9 binary64))) a) |
(/.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) a) #s(literal -9 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) #s(literal -9 binary64)) a) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) #s(literal -1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 binary64) a)) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 binary64) (*.f64 a a))) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 binary64) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) a)) |
(/.f64 (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) #s(literal -9 binary64))) |
(/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)) a)) |
(/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)) #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) a)) |
(/.f64 (*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (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 1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 (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 -1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (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 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (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 1 binary64) a) (+.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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (*.f64 a (/.f64 #s(literal 1/3 binary64) (/.f64 (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 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 a (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (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 1 binary64) (*.f64 a #s(literal -9 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (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 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 #s(literal -9 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 -9 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (*.f64 #s(literal -9 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (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 1 binary64) (*.f64 a a)) (+.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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 #s(literal -9 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -9 binary64)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) a)) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(*.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.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 1 binary64) (*.f64 (*.f64 a a) #s(literal -9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -9 binary64))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal -9 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) #s(literal -9 binary64))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a a)) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) a) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) a) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a a)) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) #s(literal 9 binary64))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) #s(literal -9 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(+.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))))) |
(-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 b (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 a (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (/.f64 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 -1/3 binary64) a))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.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)))) |
(fma.f64 (*.f64 b a) #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (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)))) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) a (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a) (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (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 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 binary64) (/.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #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 -1/3 binary64) a) (*.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)) (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))))) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #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)))) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 -1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 b (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 b 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)))) #s(literal -1/3 binary64)))) (/.f64 #s(literal 1/3 binary64) (*.f64 a a))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.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 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal -1/9 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) a)) (*.f64 #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 #s(literal 1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal 1/9 binary64)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.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 #s(literal -1/3 binary64) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 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 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) a)) (*.f64 #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 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 b (/.f64 (/.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/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 #s(literal -1/3 binary64) b)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 b a))) #s(literal -1/9 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) #s(literal 1/9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 (/.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/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.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/3 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.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 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (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 -1/3 binary64) a) b)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.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 -1/3 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 (/.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/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.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/3 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.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 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (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) (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 1/3 binary64) a) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) 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)))) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) (/.f64 #s(literal 1/3 binary64) (*.f64 a a))) |
(/.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 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64))) (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.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 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 -1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) |
(*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) |
(*.f64 a (+.f64 (/.f64 b #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 a (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) b))) |
(*.f64 a (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (/.f64 b #s(literal 1/3 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 b (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) |
(*.f64 (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (*.f64 #s(literal 3 binary64) b) (/.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 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (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 a) (/.f64 a #s(literal -1/3 binary64))) (*.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 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (neg.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 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (neg.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 1/3 binary64) a) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1/3 binary64)))) |
(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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) |
(/.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(pow.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)) |
(*.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 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 #s(literal 3 binary64) a) |
(*.f64 #s(literal 3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) #s(literal -3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (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 #s(literal 1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 a (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 #s(literal 1 binary64) a) (/.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)))) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) #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 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))) |
(*.f64 #s(literal -3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #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)))) (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) a) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.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 -1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 a (*.f64 a #s(literal -135/128 binary64))) |
(*.f64 #s(literal -135/128 binary64) (*.f64 a a)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(*.f64 (*.f64 a #s(literal -135/128 binary64)) a) |
(+.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(+.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(+.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))))) |
(+.f64 (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) c)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(+.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (pow.f64 b #s(literal -7 binary64))) (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (pow.f64 b #s(literal -7 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (pow.f64 b #s(literal -7 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (pow.f64 b #s(literal -7 binary64)))) |
(+.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64))))) (pow.f64 b #s(literal -7 binary64))) (*.f64 (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) (pow.f64 b #s(literal -7 binary64)))) |
(+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) c)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b)))) (pow.f64 b #s(literal -7 binary64))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (pow.f64 b #s(literal -7 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (+.f64 (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64))))) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) c)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(+.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))) (neg.f64 (*.f64 b b))))) |
(+.f64 (neg.f64 (*.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))) (neg.f64 (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)))) |
(+.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) (*.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64)))))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(fma.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 c (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 b (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(fma.f64 b (*.f64 b (*.f64 c (*.f64 a #s(literal -9/16 binary64)))) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 c c) (*.f64 a (*.f64 a #s(literal -135/128 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal -135/128 binary64))) (*.f64 c c) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -9/16 binary64) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c a) (*.f64 b b)) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b b) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))) (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(fma.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a a) c)) c (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 a #s(literal -135/128 binary64)) (*.f64 a (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal -135/128 binary64) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 b (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) b (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c)))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) b) b (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal -135/128 binary64)) (*.f64 a a) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 a #s(literal -135/128 binary64))) a (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) |
(fma.f64 (*.f64 (*.f64 b b) c) (*.f64 a #s(literal -9/16 binary64)) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 (*.f64 b b) (*.f64 c a)) #s(literal -9/16 binary64) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(fma.f64 (*.f64 (*.f64 b b) #s(literal -9/16 binary64)) (*.f64 c a) (+.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b #s(literal -3/8 binary64))))) (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))))) |
(neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (*.f64 a (*.f64 a (*.f64 c c))) #s(literal 135/128 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(neg.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(/.f64 #s(literal -2/3 binary64) (/.f64 a b)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 b #s(literal 2/3 binary64)))) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a b) #s(literal -2/3 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -2/3 binary64) a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -2/3 binary64) (/.f64 a b))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) |
(*.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 #s(literal -1 binary64) 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 b a) #s(literal -2/3 binary64)) |
(*.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 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 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 b b (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (/.f64 c #s(literal -1/3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b b)) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 b b)) |
(fma.f64 (/.f64 c #s(literal -1/3 binary64)) a (*.f64 b b)) |
(fma.f64 (/.f64 c #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a) (*.f64 b b)) |
(+.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(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) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal -1/3 binary64) a) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 3 binary64)) |
(pow.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)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) |
(*.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 (/.f64 #s(literal -1 binary64) a) #s(literal 1/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (*.f64 (/.f64 c #s(literal 1/3 binary64)) a)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 a (/.f64 #s(literal -1/3 binary64) c)) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c #s(literal -1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 c a))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 c #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 c #s(literal -1/3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 a (/.f64 c #s(literal -1/3 binary64))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 #s(literal -3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c) #s(literal -1 binary64))) |
(*.f64 #s(literal -3 binary64) (/.f64 c (/.f64 #s(literal 1 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) c) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 #s(literal 3 binary64) (/.f64 c (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 c #s(literal -1/3 binary64)) a) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 c #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 c (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 c #s(literal -1/3 binary64))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
| 1× | egg-herbie |
| 6288× | *-lowering-*.f32 |
| 6288× | *-lowering-*.f64 |
| 3976× | +-lowering-+.f64 |
| 3976× | +-lowering-+.f32 |
| 1712× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1358 | 11977 |
| 1 | 4800 | 11218 |
| 0 | 8106 | 11218 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -1/2 c) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7)))))))) |
(* 2/3 (/ b a)) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(* 2/3 (/ b a)) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(* 2/3 (/ b a)) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b)))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(* 2/3 (/ b a)) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(/ 1/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) |
(/ 1/2 b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(* -2/3 (/ b (* a c))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(* -2/3 (/ b (* a c))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(* -2/3 (/ b (* a c))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(/ 1/2 b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(* 1/2 (/ c b)) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(* -2/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -2/3 (/ b a)) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* -2/3 (/ b a)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(* 1/2 (/ c b)) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(* 1/2 (/ c b)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a)))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(/ 1/3 (pow a 2)) |
(* a b) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(* a b) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(* -1 (* a b)) |
(* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))) |
(* a b) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))) |
(* -1/9 (/ (+ (* -3 b) (* 3 b)) a)) |
(/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(* -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/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 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))))))) |
(* a (+ (* -3 b) (* 3 b))) |
(* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(* b (+ (* -3 a) (* 3 a))) |
(* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(* 6 (* a b)) |
(* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(+ (* -3 (* a b)) (* 3 (* a b))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) c))))) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -3 (* a b)) |
(* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))) |
(* 3 (* a b)) |
(* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(* -3 (* a b)) |
(+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))) |
(+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))) |
(+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -3 (* a b)) |
(* a (+ (* -3 b) (* 9/2 (/ (* a c) b)))) |
(* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))) |
(* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (pow a 2) (+ (* -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))))))) |
(* (pow a 2) (+ (* -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)))))))) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(* -135/128 (pow a 2)) |
(/ -3/8 (pow b 3)) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(/ -3/8 (pow b 3)) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/ -3/8 (pow b 3)) |
(/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3)) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/ -3/8 (pow b 3)) |
(* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(* -3/8 (pow b 4)) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c))))) |
(+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a)))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2)))))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2)))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a)))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a)))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a)))) |
(* -3/8 (pow b 4)) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))))) |
(+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c)))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2)))))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2)))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c)))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c)))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c)))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) |
(* -3/8 (pow b 4)) |
(* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(* -3/8 (pow b 4)) |
(* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(* -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 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(/ -1/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)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) (/.f64 #s(literal -1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b) |
(/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a)) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))))) |
(* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (-.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b))))) a)) (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a)))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* (pow c 2) (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 c c)) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* -3/8 (* a (pow c 2))))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b)))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (neg.f64 (*.f64 b (*.f64 b 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) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* -9/32 (/ (* a (pow c 3)) (pow b 5)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/32 (/ (pow c 3) (pow b 5))) (* -27/128 (/ (* a (pow c 4)) (pow b 7)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(/ (+ (* 2/3 b) (* 8/9 (/ (pow b 3) (* a c)))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (*.f64 (/.f64 #s(literal 32/27 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))))) a) |
(/ (+ (* 2/3 b) (+ (* 8/9 (/ (pow b 3) (* a c))) (+ (* 32/27 (/ (pow b 5) (* (pow a 2) (pow c 2)))) (* 128/81 (/ (pow b 7) (* (pow a 3) (pow c 3))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 2/3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (*.f64 (/.f64 #s(literal 32/27 binary64) (*.f64 a a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) a) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* -1 (/ (+ (* -8/9 (/ (pow b 3) (* a c))) (* -2/3 b)) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c a)) (*.f64 b #s(literal -2/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* 8/9 (/ (pow b 3) c)) (* 32/27 (/ (pow b 5) (* a (pow c 2))))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 c c)))) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -128/81 (/ (pow b 7) (* a (pow c 3)))) (* -32/27 (/ (pow b 5) (pow c 2)))) a)) (* 8/9 (/ (pow b 3) c))) a)) (* -2/3 b)) a)) |
(/.f64 (-.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) c) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c c))) a)) a)) (-.f64 #s(literal 0 binary64) a)) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(* b (+ (* 8/9 (/ (pow b 2) (* (pow a 2) c))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b b)) (*.f64 c (*.f64 a a))) (/.f64 #s(literal 2/3 binary64) a))) |
(* b (+ (* (pow b 2) (+ (* 32/27 (/ (pow b 2) (* (pow a 3) (pow c 2)))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))))))) |
(* b (+ (* (pow b 2) (+ (* (pow b 2) (+ (* 128/81 (/ (pow b 2) (* (pow a 4) (pow c 3)))) (* 32/27 (/ 1 (* (pow a 3) (pow c 2)))))) (* 8/9 (/ 1 (* (pow a 2) c))))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 #s(literal 2/3 binary64) a) (*.f64 (*.f64 b b) (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (/.f64 #s(literal 32/27 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/32 binary64))) b) |
(/ (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* -9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/32 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -27/128 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 9/32 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (/ (+ (* 27/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* 9/32 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)))) b)) |
(/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 9/32 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 27/128 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* -9/32 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/32 (/ (pow a 2) (pow b 5))) (* -27/128 (/ (* (pow a 3) c) (pow b 7))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/32 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(- (+ (* 2/3 (/ b a)) (* 32/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))) (* -8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (+.f64 (/.f64 (*.f64 #s(literal 32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))))) |
(- (+ (* 2/3 (/ b a)) (* 128/81 (/ (pow b 7) (* (pow a 4) (pow c 3))))) (+ (* -32/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) (* -8/9 (/ (pow b 3) (* (pow a 2) c))))) |
(-.f64 (+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal -8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a))) (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))))) |
(* 2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 2/3 binary64)) a) |
(+ (* 2/3 (/ b a)) (* 8/9 (/ (pow b 3) (* (pow a 2) c)))) |
(+.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (*.f64 #s(literal 8/9 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 a a)))) |
(+ (* -1 (/ (- (* -32/27 (/ (pow b 5) (* (pow a 3) c))) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -8/9 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))) c)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 128/81 (/ (pow b 7) (* (pow a 4) c))) (* -32/27 (/ (pow b 5) (pow a 3)))) c)) (* 8/9 (/ (pow b 3) (pow a 2)))) c)) (* 2/3 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 2/3 binary64)) a) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 128/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (*.f64 #s(literal 32/27 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a a))))) (neg.f64 c)) (*.f64 #s(literal -8/9 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)))) c)) |
(/ 1/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) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ 1/2 (* -2/3 (/ (pow b 2) (* a c)))) b) |
(/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b b)) (*.f64 c a))) b) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* b (- (* 1/2 (/ 1 (pow b 2))) (* 2/3 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal -2/3 binary64) (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (* 2/3 (/ 1 (* a c))) (* 1/2 (/ 1 (pow b 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ (+ (* -2/3 (/ b c)) (* 1/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)) a) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(* -2/3 (/ b (* a c))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ (+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/ 1/2 b) |
(/.f64 #s(literal 1/2 binary64) b) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b))) |
(+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) |
(/ (+ (* -2/3 (/ (pow b 2) a)) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal -2/3 binary64) a))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -2/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) b)) a) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -2/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* c (+ (* -2/3 (/ b (* a c))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(* 1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) b) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1 (* c (- (* 2/3 (/ b (* a c))) (* 1/2 (/ 1 b))))) |
(*.f64 (+.f64 (*.f64 #s(literal 2/3 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (/.f64 b a) #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 b a) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) a)) a)) |
(* 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 b a) #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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) a))))) b) |
(* -1/3 (/ (* b (- a (* -1 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 b (+.f64 a a))) (*.f64 a a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 a a)) (*.f64 a a))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 a a)) (*.f64 a a))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/3 (/ (- a (* -1 a)) (pow a 2)))))))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 a a)) (*.f64 a a))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 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))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* (pow a 2) (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* (pow a 2) (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* (pow a 2) (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ b a)))) |
(*.f64 (*.f64 a a) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (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 a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) b) a))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -1 b)) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (-.f64 #s(literal 0 binary64) a)) b) a))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(+ (* -1 (* a b)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b a)) |
(+ (* b (- (* 1/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) a))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))))) a)) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))))) a))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 4))) (+ (* -3/2 (* (pow a 2) c)) (+ (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 2))) (* -1/2 (/ (* a (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -1 (* b (- a (* -1 a)))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 a a))) |
(* -1 (* b (- (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))) (* -1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(* -1 (* b (- (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) (* -1 a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (- (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) (* -1 a)))) |
(*.f64 b (neg.f64 (+.f64 a (+.f64 a (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3/2 (/ (* (pow a 2) c) b)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -9/8 (/ (pow a 3) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 4) (pow b 5))) (* -1/2 (/ (* a (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 c a) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* -1 (/ (* a b) c)) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (/ (* a b) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) (/ (* a b) c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (*.f64 b a) c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))) (/ (* a b) c)))) |
(*.f64 (+.f64 (/.f64 (*.f64 b a) c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 b a)) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* a b)) c)) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (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/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a))))) (neg.f64 c)) (*.f64 b a)) c)) (neg.f64 c)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(/ 1/3 (pow a 2)) |
(/.f64 #s(literal 1/3 binary64) (*.f64 a a)) |
(* a b) |
(*.f64 b a) |
(* a (+ b (* -3/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 b (*.f64 (/.f64 (*.f64 c a) b) #s(literal -3/2 binary64)))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))) |
(*.f64 a (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))))) |
(* a (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))) |
(*.f64 a (+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #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 (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* (pow a 2) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* (pow a 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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))))))) |
(* (pow a 2) (+ (* -1 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(+ (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* (pow a 3) c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
(* a b) |
(*.f64 b a) |
(* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 a (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 (* a b)) |
(-.f64 #s(literal 0 binary64) (*.f64 b a)) |
(* -1 (* b (+ a (* -3/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(* -1 (* b (+ a (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 a (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ a (+ (* -27/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* (pow a 2) c) (pow b 2))) (* -9/8 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 a (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* a b) |
(*.f64 b a) |
(+ (* -3/2 (/ (* (pow a 2) c) b)) (* a b)) |
(+.f64 (*.f64 b a) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -3/2 binary64)) b)) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* -9/8 (/ (* (pow a 3) c) (pow b 3)))))) |
(+.f64 (*.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b)))))) |
(+ (* a b) (* c (+ (* -3/2 (/ (pow a 2) b)) (* c (+ (* -27/16 (/ (* (pow a 4) c) (pow b 5))) (* -9/8 (/ (pow a 3) (pow b 3)))))))) |
(+.f64 (*.f64 b a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a a)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* (pow a 3) c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) |
(* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ (pow a 3) c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/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) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64))))))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))))) (neg.f64 c)) |
(* -1/9 (/ (+ (* -3 b) (* 3 b)) a)) |
(/.f64 #s(literal 0 binary64) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (* -1/9 (+ (* -3 b) (* 3 b)))) a) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ (* -1/9 (+ (* -3 b) (* 3 b))) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) a) |
(* 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 b a) #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 b a) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) a)) a)) |
(* 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 b a) #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 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.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/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 #s(literal 0 binary64) (*.f64 a a)) |
(* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(*.f64 b (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b))) (-.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 #s(literal 0 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) |
(/.f64 #s(literal 0 binary64) (*.f64 a a)) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 #s(literal 0 binary64) (*.f64 a a))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) (/.f64 #s(literal 0 binary64) (*.f64 a a))) |
(+ (* -1/9 (/ (+ (* -3 (* a b)) (* 3 (* a b))) (pow a 2))) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))) |
(+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) (/.f64 #s(literal 0 binary64) (*.f64 a a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #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 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal -1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 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))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* a (+ (* -3 b) (* 3 b))) |
#s(literal 0 binary64) |
(* a (+ (* -3 b) (+ (* 3 b) (* 9/2 (/ (* a c) b))))) |
(*.f64 a (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) b))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))))) |
(* a (+ (* -3 b) (+ (* 3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal 3 binary64)) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (+.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) a) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* 3 (/ b a)))) |
(*.f64 (*.f64 a a) (*.f64 #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 b a)))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* -3 b) (* -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))) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 b #s(literal -3 binary64)) (/.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 (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 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 3/2 binary64))) a)) a))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* 3 a) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* b (+ (* -3 a) (* 3 a))) |
#s(literal 0 binary64) |
(* b (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))))) |
(* b (+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 b (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 6 (* a b)) |
(*.f64 #s(literal 6 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -6 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal -6 binary64))))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))) (*.f64 a #s(literal -6 binary64)))) |
(* -1 (* b (+ (* -6 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (*.f64 a #s(literal -6 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(+ (* -3 (* a b)) (* 3 (* a b))) |
#s(literal 0 binary64) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b)))) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) b)) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b)))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a a) b) #s(literal 9/2 binary64))))) |
(+ (* -3 (* a b)) (+ (* 3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 a a) b) #s(literal 9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* 3 (/ (* a b) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ (* a b) c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ (* a b) c)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) c)))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ (* a b) c))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (/.f64 (*.f64 b a) c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* a b))) c))))) |
(*.f64 (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) #s(literal 3/2 binary64))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 (* a b))) c))))) |
(*.f64 (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.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)))))) c)) c)) (neg.f64 c)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal -3/16 binary64)) (*.f64 #s(literal 3/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -3 (* a b)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) b) |
(* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(*.f64 b (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 b (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))))) |
(* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))))))) |
(*.f64 b (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 3 (* a b)) |
(*.f64 #s(literal 3 binary64) (*.f64 b a)) |
(* -1 (* b (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))))) |
(* -1 (* b (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 2) c) (pow b 2))) (* 81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (*.f64 a #s(literal -3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -3 (* a b)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) b) |
(+ (* -3 (* a b)) (* 9/2 (/ (* (pow a 2) c) b))) |
(+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) b)) |
(+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))) |
(+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a a) b) #s(literal 9/2 binary64))))) |
(+ (* -3 (* a b)) (* c (+ (* 9/2 (/ (pow a 2) b)) (* c (+ (* 27/8 (/ (pow a 3) (pow b 3))) (* 81/16 (/ (* (pow a 4) c) (pow b 5)))))))) |
(+.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 a a) b) #s(literal 9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (+.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 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64))))) #s(literal -3/16 binary64)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal -3/16 binary64))) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 c)) |
(* -3 (* a b)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) b) |
(* a (+ (* -3 b) (* 9/2 (/ (* a c) b)))) |
(*.f64 a (+.f64 (*.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) b))) |
(* a (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))) |
(*.f64 a (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))))) |
(* a (+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))))) |
(*.f64 a (+.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 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.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 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.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 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal -3/16 binary64))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 3/2 binary64)))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 3/2 binary64))) (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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))))))) |
(* (pow a 2) (+ (* -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 a a) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 3/2 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) #s(literal 3/16 binary64))))) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(* -135/128 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -135/128 binary64)) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* a (+ (* -135/128 (/ (* a (pow c 2)) (pow b 7))) (* -9/16 (/ c (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (- (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5))))) (/ 3/8 (* (pow a 2) (pow b 3))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -9/16 (/ c (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 b (*.f64 b b))))) a))) |
(* (pow a 2) (+ (* -135/128 (/ (pow c 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ c (pow b 5))) (* 3/8 (/ 1 (* a (pow b 3))))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 b (*.f64 b b))))) a))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3)))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* (pow c 2) (- (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))) (/ 3/8 (* (pow b 3) (pow c 2))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* (pow c 2) (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -1 (/ (+ (* 9/16 (/ a (pow b 5))) (* 3/8 (/ 1 (* (pow b 3) c)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 b (*.f64 b b))))) c))) |
(* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) (pow.f64 b #s(literal 7 binary64))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ (- (* -9/16 (/ (* a c) (pow b 2))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 3/8 (* 9/16 (/ (* a c) (pow b 2)))) (pow b 3))) |
(/.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ 3/8 (+ (* 9/16 (/ (* a c) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) (pow b 3))) |
(/.f64 (+.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -3/8 (pow b 4)) |
(*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c))))) |
(+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b)))))) |
(+ (* -3/8 (pow b 4)) (* a (+ (* -135/128 (* a (pow c 2))) (* -9/16 (* (pow b 2) c))))) |
(+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b)))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) a))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (+ (* -9/16 (/ (* (pow b 2) c) a)) (* -3/8 (/ (pow b 4) (pow a 2)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) a)) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 a a)))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -9/16 (/ (* (pow b 2) c) a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) a))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 b b)))) a))) |
(* (pow a 2) (+ (* -135/128 (pow c 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 4 binary64))) a) (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 b b)))) a))) |
(* -3/8 (pow b 4)) |
(*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))))) |
(+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 b b)))))) |
(+ (* -3/8 (pow b 4)) (* c (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))))) |
(+.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 b b)))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 (*.f64 b b) c))))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 (*.f64 b b) c))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (+ (* -9/16 (/ (* a (pow b 2)) c)) (* -3/8 (/ (pow b 4) (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 (*.f64 b b) c))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) (*.f64 c c))))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -9/16 (/ (* a (pow b 2)) c)))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 (*.f64 b b) c))))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 4 binary64))) c) (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 b b)))) c))) |
(* (pow c 2) (+ (* -135/128 (pow a 2)) (* -1 (/ (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))) c)))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (pow.f64 b #s(literal 4 binary64))) c) (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 b b)))) c))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* -9/16 (* a (* (pow b 2) c)))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) |
(+ (* -135/128 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))) |
(+.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c))) |
(* -3/8 (pow b 4)) |
(*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)))) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)))) |
(* -3/8 (pow b 4)) |
(*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) |
(* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64))) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)))) |
(* (pow b 4) (- (+ (* -135/128 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/16 (/ (* a c) (pow b 2)))) 3/8)) |
(*.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal -135/128 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 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 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.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 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) 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 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
Compiled 55648 to 5460 computations (90.2% saved)
97 alts after pruning (86 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1812 | 41 | 1853 |
| Fresh | 14 | 45 | 59 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 7 | 7 |
| Total | 1827 | 97 | 1924 |
| Status | Accuracy | Program |
|---|---|---|
| 20.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 19.1% | (fma.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) | |
| 19.3% | (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 18.9% | (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 19.2% | (/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) a (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| ✓ | 19.1% | (/.f64 (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| ✓ | 19.7% | (/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 94.1% | (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| ✓ | 17.9% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| 17.8% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 18.0% | (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 17.5% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 18.1% | (/.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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 17.9% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) | |
| 89.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 89.8% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) c)) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) c)) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a))) | |
| 89.7% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) | |
| ✓ | 94.3% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
| 96.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) | |
| 97.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c)) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| 94.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a)) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) c)) | |
| 94.1% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c))) | |
| ✓ | 17.8% | (/.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))) |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) | |
| 94.0% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a))) | |
| 94.2% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c))) | |
| 96.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)) (/.f64 #s(literal 405/64 binary64) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))))) | |
| 95.9% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) | |
| 89.6% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) | |
| 94.1% | (/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) | |
| 17.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) | |
| 16.9% | (/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) | |
| 18.3% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 17.3% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) | |
| 17.6% | (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| 18.9% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 19.2% | (/.f64 (+.f64 (/.f64 (*.f64 b a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) | |
| 16.9% | (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| ✓ | 19.0% | (/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| 18.1% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) | |
| 17.9% | (/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) | |
| 96.9% | (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) b) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) b)) | |
| 96.3% | (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) | |
| 17.4% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) | |
| 89.8% | (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) | |
| 93.9% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) | |
| 18.2% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) | |
| 17.4% | (/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) | |
| 94.1% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) | |
| 94.3% | (/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) | |
| ✓ | 90.2% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 89.7% | (/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) | |
| 94.4% | (/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) #s(literal 1/3 binary64))) | |
| 17.8% | (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1/3 binary64)))) | |
| 18.1% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) | |
| 17.8% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) | |
| 94.2% | (/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) | |
| 89.8% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) | |
| 17.6% | (-.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)))) | |
| 96.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) | |
| ✓ | 97.4% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
| 17.5% | (+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) | |
| 97.0% | (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) | |
| 96.8% | (*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) | |
| 94.1% | (*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) | |
| 94.0% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) | |
| 94.1% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) | |
| 94.1% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) | |
| 17.6% | (*.f64 (/.f64 (-.f64 (/.f64 a b) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a b))) #s(literal 1/3 binary64)) | |
| ✓ | 17.8% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
| 17.8% | (*.f64 (/.f64 (-.f64 a (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal 1/3 binary64)) | |
| 89.6% | (*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) | |
| 89.5% | (*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) | |
| 17.8% | (*.f64 (/.f64 a (/.f64 a #s(literal 1/3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a)) | |
| 17.8% | (*.f64 (/.f64 a (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 3 binary64))) | |
| 94.3% | (*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) | |
| ✓ | 89.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 17.7% | (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) | |
| ✓ | 17.5% | (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
| 19.1% | (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 97.0% | (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) | |
| 94.2% | (*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) | |
| 96.0% | (*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) | |
| 97.0% | (*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) | |
| 94.2% | (*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) | |
| 3.3% | #s(literal 0 binary64) |
Compiled 6713 to 2550 computations (62% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.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 binary64) (/.f64 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 #s(literal 1 binary64) (/.f64 (/.f64 a (-.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) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 a (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 a (/.f64 a #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 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) 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 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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 0 binary64) a)) #s(literal -1/3 binary64))) |
(/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) 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))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.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 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) (/.f64 (/.f64 a #s(literal 1/3 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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
(/.f64 (/.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 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) a) (/.f64 b (-.f64 #s(literal 0 binary64) a))) #s(literal 1/3 binary64)) |
(/.f64 (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (fma.f64 (/.f64 a #s(literal 1/3 binary64)) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (fma.f64 (/.f64 b #s(literal 1/3 binary64)) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) a (*.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 a a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(*.f64 (/.f64 (-.f64 a (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 (-.f64 (/.f64 a b) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a b))) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (+.f64 (*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 c a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) (/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b))) (*.f64 c a)))) |
(*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #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 1/3 binary64)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a) b) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))))) (pow.f64 b #s(literal 7 binary64))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)))) (neg.f64 c)) (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b)))))))) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)))) (*.f64 b b)) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 b (/.f64 (/.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b)))))))) a)) |
(/.f64 (/.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 4 binary64))) (+.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 #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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c a) #s(literal -3/8 binary64)))) (+.f64 (*.f64 #s(literal -2/9 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 a a)) (/.f64 #s(literal 405/64 binary64) (*.f64 c c)))) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2/3 binary64) (*.f64 c a)) (/.f64 (*.f64 (*.f64 c a) #s(literal 3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))))))) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
5 calls:
| 79.0ms | a |
| 75.0ms | c |
| 49.0ms | (*.f64 #s(literal 3 binary64) a) |
| 44.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)) |
| 43.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.4% | 1 | a |
| 97.4% | 1 | b |
| 97.4% | 1 | c |
| 97.4% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 97.4% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.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 binary64) (/.f64 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 #s(literal 1 binary64) (/.f64 (/.f64 a (-.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) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 a (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 a (/.f64 a #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 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) 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 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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 0 binary64) a)) #s(literal -1/3 binary64))) |
(/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) 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))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.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 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) (/.f64 (/.f64 a #s(literal 1/3 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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a b)) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
| Outputs |
|---|
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
5 calls:
| 41.0ms | c |
| 35.0ms | b |
| 33.0ms | a |
| 32.0ms | (*.f64 #s(literal 3 binary64) a) |
| 30.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.0% | 1 | a |
| 97.0% | 1 | c |
| 97.0% | 1 | (*.f64 #s(literal 3 binary64) a) |
| 97.0% | 1 | b |
| 97.0% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal 3/8 binary64) c) (*.f64 b (*.f64 b b))))))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 b (*.f64 b b))))))) c)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) (/.f64 b a)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.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 binary64) (/.f64 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 #s(literal 1 binary64) (/.f64 (/.f64 a (-.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) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 a (*.f64 a a)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 a (/.f64 a #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 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) 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 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.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 0 binary64) a)) #s(literal -1/3 binary64))) |
(/.f64 (*.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 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) 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))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.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 #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.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 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 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))) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (*.f64 a a)) (*.f64 a a)) (/.f64 (/.f64 a #s(literal 1/3 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 (/.f64 #s(literal -1/3 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 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 -1/3 binary64) a) (*.f64 b a)))) (*.f64 a (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 b a)) (/.f64 #s(literal -1/3 binary64) a))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
5 calls:
| 73.0ms | a |
| 47.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)) |
| 45.0ms | b |
| 40.0ms | (*.f64 #s(literal 3 binary64) a) |
| 39.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.4% | 1 | a |
| 96.4% | 1 | b |
| 96.4% | 1 | c |
| 96.4% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
| 96.4% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) c) (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)) (/.f64 #s(literal -1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b #s(literal -2/3 binary64))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 b b) a))) b) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 a (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) c))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))) a) (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 c (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b a) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) c) (*.f64 b a))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) c) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 (+.f64 (*.f64 b (*.f64 b #s(literal -2/3 binary64))) (*.f64 a (*.f64 c #s(literal 1/2 binary64)))) b) (/.f64 (/.f64 #s(literal 1 binary64) c) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) #s(literal 1 binary64)) (*.f64 (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) c))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (/.f64 b c) #s(literal 1/2 binary64))))) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 b c) #s(literal 1/2 binary64)) (/.f64 (/.f64 a b) #s(literal -2/3 binary64))) (/.f64 (*.f64 (/.f64 a b) (/.f64 b c)) #s(literal -1/3 binary64))) c)) |
| Outputs |
|---|
(+.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)))) |
3 calls:
| 16.0ms | a |
| 16.0ms | b |
| 15.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.7% | 1 | c |
| 94.7% | 1 | a |
| 94.7% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b c)) (*.f64 #s(literal 1/2 binary64) (/.f64 a b))) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 b (/.f64 #s(literal -2/3 binary64) a)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2/3 binary64)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) b) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) c)) |
(*.f64 c (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) a) c)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))) a) (/.f64 c #s(literal 3 binary64))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
3 calls:
| 13.0ms | c |
| 10.0ms | b |
| 10.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.7% | 1 | a |
| 94.7% | 1 | c |
| 94.7% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(/.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64)))) a)) |
| Outputs |
|---|
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
3 calls:
| 30.0ms | c |
| 8.0ms | a |
| 7.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.4% | 1 | a |
| 94.4% | 1 | c |
| 94.4% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (/.f64 c (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a))))) |
| Outputs |
|---|
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
3 calls:
| 25.0ms | b |
| 7.0ms | a |
| 7.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.3% | 1 | a |
| 94.3% | 1 | b |
| 94.3% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
| Outputs |
|---|
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
3 calls:
| 6.0ms | c |
| 6.0ms | b |
| 6.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.2% | 1 | a |
| 94.2% | 1 | b |
| 94.2% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| Outputs |
|---|
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
3 calls:
| 57.0ms | c |
| 6.0ms | a |
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.2% | 1 | a |
| 94.2% | 1 | b |
| 94.2% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 (*.f64 c #s(literal -3/2 binary64)) b) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b)) a) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 a (*.f64 (/.f64 c b) #s(literal -3/2 binary64))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 c a) b)) #s(literal 0 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) a) c)) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (+.f64 b (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 c a) b))) b) a) #s(literal 1/3 binary64)) |
(+.f64 (*.f64 b (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 37.0ms | a |
| 5.0ms | b |
| 5.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.2% | 1 | a |
| 90.2% | 1 | b |
| 90.2% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
3 calls:
| 2.0ms | c |
| 2.0ms | a |
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.9% | 1 | b |
| 89.9% | 1 | c |
| 89.9% | 1 | a |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(literal 0 binary64) |
(/.f64 #s(literal 0 binary64) a) |
| Outputs |
|---|
#s(literal 0 binary64) |
3 calls:
| 1.0ms | b |
| 1.0ms | c |
| 1.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 3.3% | 1 | c |
| 3.3% | 1 | b |
| 3.3% | 1 | a |
Compiled 12 to 9 computations (25% saved)
| 1× | egg-herbie |
| 62× | *-commutative_binary64 |
| 28× | +-commutative_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 88 | 222 |
| 1 | 133 | 222 |
| 1× | saturated |
| Inputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
#s(literal 0 binary64) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b))))) (pow.f64 b #s(literal 7 binary64)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal -135/128 binary64) (*.f64 a a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))) (pow.f64 b #s(literal 7 binary64)))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64)))))))) a))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (*.f64 a (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) #s(literal -135/128 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 c (*.f64 a #s(literal -9/16 binary64))) (*.f64 b (*.f64 b #s(literal -3/8 binary64))))))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b)) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (/.f64 (+.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/.f64 c (*.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 b #s(literal 2/3 binary64)) a)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 c (*.f64 a (+.f64 (/.f64 #s(literal -2/3 binary64) (/.f64 a b)) (/.f64 c (/.f64 b #s(literal 1/2 binary64))))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal -2/3 binary64) (/.f64 b (*.f64 c a))))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
#s(literal 0 binary64) |
| 6896× | *-lowering-*.f32 |
| 6896× | *-lowering-*.f64 |
| 6526× | *-lowering-*.f32 |
| 6526× | *-lowering-*.f64 |
| 6288× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 48 |
| 1 | 40 | 44 |
| 2 | 150 | 44 |
| 3 | 796 | 44 |
| 4 | 7633 | 44 |
| 0 | 8533 | 44 |
| 0 | 1571 | 14881 |
| 1 | 5582 | 14024 |
| 0 | 8117 | 14024 |
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7258 | 3181 |
| 0 | 8104 | 3181 |
| 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 | 5242 | 14 |
| 9 | 7793 | 14 |
| 0 | 8209 | 14 |
| 0 | 73 | 449 |
| 1 | 330 | 408 |
| 2 | 2004 | 397 |
| 0 | 8664 | 397 |
| 0 | 64 | 290 |
| 1 | 263 | 274 |
| 2 | 1344 | 270 |
| 0 | 8470 | 270 |
| 0 | 1579 | 15719 |
| 1 | 5542 | 14845 |
| 0 | 8088 | 14845 |
| 0 | 1358 | 11977 |
| 1 | 4800 | 11218 |
| 0 | 8106 | 11218 |
| 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 656 to 397 computations (39.5% saved)
Compiled 490 to 200 computations (59.2% saved)
Loading profile data...