
Time bar (total: 24.3s)
| 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)
ival-sqrt: 45.0ms (22.4% of total)ival-<: 36.0ms (17.9% of total)...c/correct-round.rkt:119:19: 33.0ms (16.4% of total)ival-mult: 29.0ms (14.4% of total)ival-neg: 17.0ms (8.5% of total)ival-div: 13.0ms (6.5% of total)ival-and: 10.0ms (5% of total)ival-sub: 8.0ms (4% of total)ival-add: 7.0ms (3.5% of total)const: 2.0ms (1% of total)backward-pass: 1.0ms (0.5% of total)| 2.0s | 6082× | 1 | valid |
| 389.0ms | 2174× | 0 | valid |
| 186.0ms | 1173× | 0 | invalid |
ival-mult: 385.0ms (20.1% of total)...c/correct-round.rkt:119:19: 315.0ms (16.4% of total)ival-<: 275.0ms (14.3% of total)ival-div: 213.0ms (11.1% of total)ival-add: 189.0ms (9.9% of total)backward-pass: 144.0ms (7.5% of total)ival-sqrt: 135.0ms (7% of total)ival-neg: 96.0ms (5% of total)ival-sub: 91.0ms (4.7% 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 |
|---|---|---|---|---|---|
| 243 | 3 | (0.00022788494021817987 0.0012798758589418462 3.4254679221357985e-5) | 1 | (2.6200672069460428e-9 4.418050974041681e-9 8.451234567367412e-11) | (+.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 |
| 184.0ms | 388× | 1 | valid |
| 30.0ms | 124× | 0 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-sqrt: 29.0ms (35.3% of total)ival-mult: 17.0ms (20.7% of total)backward-pass: 13.0ms (15.8% of total)ival-div: 7.0ms (8.5% of total)ival-sub: 6.0ms (7.3% of total)ival-neg: 5.0ms (6.1% of total)ival-add: 5.0ms (6.1% of total)const: 1.0ms (1.2% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
Compiled 19 to 13 computations (31.6% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 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.8% | (+.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.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 30.4% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| 90.0ms | 194× | 1 | valid |
| 9.0ms | 62× | 0 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 11.0ms (38% of total)backward-pass: 6.0ms (20.7% of total)ival-sqrt: 4.0ms (13.8% of total)ival-div: 3.0ms (10.4% of total)ival-sub: 2.0ms (6.9% of total)ival-add: 2.0ms (6.9% of total)const: 1.0ms (3.5% of total)| Inputs |
|---|
#<alt (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a))> |
#<alt (- (sqrt (+ (* b b) (* c (* a -3)))) b)> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<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 | |
|---|---|---|---|---|
| 20.0ms | c | @ | inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 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 | 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)
69 alts after pruning (68 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 713 | 68 | 781 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 713 | 69 | 782 |
| Status | Accuracy | Program |
|---|---|---|
| 31.6% | (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)))) | |
| 31.2% | (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)))) | |
| 30.3% | (/.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)) | |
| 30.0% | (/.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))) | |
| 30.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 31.5% | (/.f64 (/.f64 (-.f64 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) | |
| ▶ | 30.8% | (/.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)) |
| 30.4% | (/.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) | |
| 30.0% | (/.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))) | |
| 90.3% | (/.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)) | |
| 30.4% | (/.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) | |
| 81.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 30.4% | (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 20.3% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 24.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)) | |
| 29.9% | (/.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))))) | |
| 30.2% | (/.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))) | |
| 30.0% | (/.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)) | |
| ▶ | 30.3% | (/.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))))) |
| 31.4% | (/.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)) | |
| 30.0% | (/.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))) | |
| 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) | |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 30.3% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 31.7% | (/.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))))))) | |
| 30.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))) | |
| 31.3% | (/.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))) | |
| 30.6% | (/.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)))))))) | |
| 30.7% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 93.9% | (/.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) | |
| 95.5% | (/.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) | |
| 29.5% | (/.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)) | |
| 31.4% | (/.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)))) | |
| 30.8% | (/.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)))) | |
| 30.3% | (/.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)) | |
| 29.8% | (/.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))) | |
| 90.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) | |
| 29.4% | (/.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)))) | |
| 30.4% | (/.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)))) | |
| 30.4% | (/.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)) | |
| 90.3% | (/.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)) | |
| 93.6% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 95.2% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 82.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 90.3% | (/.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)) | |
| 93.6% | (/.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)) | |
| 95.2% | (/.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)) | |
| 30.0% | (/.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)))) | |
| 29.4% | (/.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))))))))) | |
| 31.4% | (/.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))))) | |
| 31.3% | (/.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)))) | |
| 30.0% | (/.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))))) | |
| 29.9% | (-.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)))) | |
| 29.9% | (-.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)))) | |
| 31.3% | (+.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))))) | |
| 31.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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 90.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)))) | |
| ▶ | 95.5% | (+.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)))))) |
| 93.9% | (+.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)))))) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 30.7% | (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) | |
| 30.0% | (*.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)) | |
| 90.4% | (*.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))))) | |
| 93.6% | (*.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))) | |
| 95.3% | (*.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 4057 to 2505 computations (38.3% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) |
| ✓ | cost-diff | 0 | (+.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))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) |
| ✓ | cost-diff | 128 | (/.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)) |
| ✓ | 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))))) (/.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 | 512 | (/.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))))) |
| ✓ | cost-diff | 128 | (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) |
| ✓ | cost-diff | 128 | (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 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)))))) |
| 5548× | *-lowering-*.f32 |
| 5548× | *-lowering-*.f64 |
| 2420× | /-lowering-/.f32 |
| 2420× | /-lowering-/.f64 |
| 1320× | associate-/r/ |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 610 |
| 1 | 168 | 583 |
| 2 | 496 | 564 |
| 3 | 1434 | 530 |
| 4 | 4562 | 530 |
| 5 | 7504 | 530 |
| 0 | 8107 | 530 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(* -3/8 (* c c)) |
-3/8 |
(* c c) |
(* b (* b b)) |
(* b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* (* -9/16 c) (* c c)) |
(* -9/16 c) |
-9/16 |
(pow b 5) |
5 |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(* -1/6 a) |
-1/6 |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(* (pow c 4) 405/64) |
(pow c 4) |
4 |
405/64 |
(pow b 6) |
6 |
(/ (* c -1/2) b) |
(* c -1/2) |
c |
-1/2 |
b |
(/ (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) (* 3 a)) |
(- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) |
(sqrt (* a (+ (* c -3) (/ (* b b) a)))) |
(* a (+ (* c -3) (/ (* b b) a))) |
a |
(+ (* c -3) (/ (* b b) a)) |
(* c -3) |
c |
-3 |
(/ (* b b) a) |
(* b b) |
b |
(* 3 a) |
3 |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) (/ a (/ b (/ a 1/3)))) |
(- (* (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 (/ b (/ a 1/3))) |
(/ b (/ a 1/3)) |
(/ a 1/3) |
1/3 |
(/ (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) (/ (/ a 1/3) b)) |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ a 1/3) |
1/3 |
(/ (/ a 1/3) b) |
| 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 (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #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 (*.f64 a (*.f64 c #s(literal -3/8 binary64))) b) b)))) |
(/ (* c -1/2) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (+ (/ (* -3/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 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))))))) |
a |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))))) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.f64 b (*.f64 b b))) |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(*.f64 a (+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)) |
(+.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* (* -9/16 c) (* c c)) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(* -9/16 c) |
(*.f64 c #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(/ (* (pow c 4) 405/64) (pow b 6)) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(* (pow c 4) 405/64) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) |
(pow c 4) |
(pow.f64 c #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
405/64 |
#s(literal 405/64 binary64) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
6 |
#s(literal 6 binary64) |
(/ (* c -1/2) b) |
(/.f64 (*.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 |
(/ (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (* a (+ (* c -3) (/ (* b b) a)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(* a (+ (* c -3) (/ (* b b) a))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
a |
(+ (* c -3) (/ (* b b) a)) |
(+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)) |
(* c -3) |
(*.f64 c #s(literal -3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(/ (* b b) a) |
(/.f64 (*.f64 b b) a) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) (/ a (/ b (/ a 1/3)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) |
(*.f64 a (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1 binary64))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a 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) |
(/ a b) |
(/.f64 a b) |
(/ a (/ b (/ a 1/3))) |
(/.f64 a (/.f64 #s(literal 1/3 binary64) (/.f64 a b))) |
(/ b (/ a 1/3)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a b)) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) (/ (/ a 1/3) b)) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 (/.f64 a (/.f64 b a)) #s(literal -9 binary64))) |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.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))) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
(* (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) |
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) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (/ a 1/3) b) |
(/.f64 a (*.f64 b #s(literal 1/3 binary64))) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.7% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.7% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.6% | (/.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)) |
| ✓ | accuracy | 50.7% | (+.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))) |
| ✓ | accuracy | 99.7% | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) |
| ✓ | accuracy | 99.7% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.6% | (/.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))))) |
| ✓ | accuracy | 50.8% | (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) |
| ✓ | accuracy | 99.8% | (/.f64 (*.f64 b b) a) |
| ✓ | accuracy | 99.8% | (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
| ✓ | accuracy | 99.7% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 50.7% | (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) 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 #s(literal -3/8 binary64) (*.f64 c c)) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -1/6 binary64) a) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
| 540.0ms | 84× | 5 | exit |
| 392.0ms | 133× | 1 | valid |
| 33.0ms | 39× | 0 | valid |
Compiled 662 to 63 computations (90.5% saved)
backward-pass: 137.0ms (31.2% of total)ival-mult: 95.0ms (21.6% of total)ival-div: 93.0ms (21.2% of total)ival-pow: 36.0ms (8.2% of total)ival-add: 34.0ms (7.7% of total)...c/correct-round.rkt:119:19: 30.0ms (6.8% of total)ival-sqrt: 8.0ms (1.8% of total)ival-sub: 5.0ms (1.1% of total)const: 3.0ms (0.7% of total)| Inputs |
|---|
#<alt (+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))))> |
#<alt (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))> |
#<alt (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))> |
#<alt (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (/ (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) (* 3 a))> |
#<alt (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b)> |
#<alt (sqrt (* a (+ (* c -3) (/ (* b b) a))))> |
#<alt (* a (+ (* c -3) (/ (* b b) a)))> |
#<alt (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) (/ a (/ b (/ a 1/3))))> |
#<alt (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a)> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b))> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (/ (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) (/ (/ a 1/3) b))> |
#<alt (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3))> |
#<alt (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3))> |
#<alt (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b)> |
#<alt (/ (* (* -9/16 c) (* c c)) (pow b 5))> |
#<alt (* (* -9/16 c) (* c c))> |
#<alt (* -1/6 a)> |
#<alt (* -3/8 (* c c))> |
#<alt (/ (* b b) a)> |
#<alt (/ a 1/3)> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -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 -3) (pow (sqrt -1) 2))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 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/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* 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 -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<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 (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* 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 -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))))> |
#<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 (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* 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 (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 (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 1/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 (* (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 (* (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 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))> |
#<alt (+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))))> |
#<alt (+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (* -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 (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))> |
#<alt (+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)))> |
#<alt (+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))))> |
#<alt (+ (* -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/3 (/ (+ (* -3 a) (* 3 a)) a)))))> |
#<alt -2> |
#<alt (- (* 3/2 (/ (* a c) (pow b 2))) 2)> |
#<alt (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2)> |
#<alt (- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 2)> |
#<alt (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))> |
#<alt (+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)))> |
#<alt (+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4))))))> |
#<alt (+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* 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 (* (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 (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b)> |
#<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))))))))) b)> |
#<alt (+ (* -3 a) (* 3 a))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -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 (+ (* -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)> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a))> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))> |
#<alt (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))))> |
#<alt (+ (* -3 a) (* 3 a))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c)))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) c)))))> |
#<alt (* 9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6)))))))> |
#<alt (* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a)))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b)> |
#<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))))))) b)> |
#<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))))))))) b)> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -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)> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a))> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))> |
#<alt (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))))> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))> |
#<alt (+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -3 a)> |
#<alt (* a (- (* 9/2 (/ (* a c) (pow b 2))) 3))> |
#<alt (* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3))> |
#<alt (* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -9/16 (/ (pow c 3) (pow b 5)))> |
#<alt (* -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 (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -1/6 a)> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (* -3/8 (pow c 2))> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (/ (pow b 2) a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
177 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 17.0ms | b | @ | inf | (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
| 11.0ms | b | @ | 0 | (/ (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) (/ (/ a 1/3) b)) |
| 6.0ms | a | @ | -inf | (/ (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) (* 3 a)) |
| 2.0ms | c | @ | -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)))))) |
| 2.0ms | a | @ | 0 | (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) (/ a (/ b (/ a 1/3)))) |
| 1× | batch-egg-rewrite |
| 5692× | /-lowering-/.f32 |
| 5692× | /-lowering-/.f64 |
| 4230× | *-lowering-*.f32 |
| 4230× | *-lowering-*.f64 |
| 1326× | frac-add |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 378 |
| 1 | 293 | 353 |
| 2 | 1985 | 349 |
| 0 | 8279 | 349 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))))) |
(+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(/ (- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) (* 3 a)) |
(- (sqrt (* a (+ (* c -3) (/ (* b b) a)))) b) |
(sqrt (* a (+ (* c -3) (/ (* b b) a)))) |
(* a (+ (* c -3) (/ (* b b) a))) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) (/ a (/ b (/ a 1/3)))) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) a) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ a b)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(/ (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) (/ (/ a 1/3) b)) |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (* a -3)) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(* (* -9/16 c) (* c c)) |
(* -1/6 a) |
(* -3/8 (* c c)) |
(/ (* b b) a) |
(/ a 1/3) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 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) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 c (*.f64 c #s(literal -3/8 binary64)))) (/.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a)) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(+.f64 (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) a (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 c #s(literal -3/8 binary64)))) (/.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3/8 binary64))) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 a a))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) a) |
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b)) |
(+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (+.f64 (*.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) (*.f64 a (/.f64 (*.f64 (*.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)) (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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(-.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b)) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c (*.f64 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) a) (+.f64 (*.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b)) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 c #s(literal -3/8 binary64)) (/.f64 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c c) b) (/.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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (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 (pow.f64 b #s(literal 5 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 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (*.f64 b (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 (-.f64 #s(literal 0 binary64) (*.f64 b (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (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 (pow.f64 b #s(literal 5 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 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) #s(literal 1 binary64)) (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 (pow.f64 b #s(literal 5 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 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) #s(literal 1 binary64)) (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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (*.f64 b (*.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 (pow.f64 b #s(literal 5 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 (*.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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.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 (pow.f64 b #s(literal 5 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 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (pow.f64 b #s(literal 5 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 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (pow.f64 b #s(literal 5 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)))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) 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 (pow.f64 b #s(literal 5 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 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.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 (pow.f64 b #s(literal 5 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 0 binary64) (*.f64 b (*.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 #s(literal 0 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 (pow.f64 b #s(literal 5 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 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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))))))) (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (-.f64 #s(literal 0 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 (pow.f64 b #s(literal 5 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 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) (*.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 (pow.f64 b #s(literal 5 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 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) #s(literal 1 binary64)))) (*.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 (pow.f64 b #s(literal 5 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 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 (pow.f64 b #s(literal 5 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))))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.f64 c c) 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 (pow.f64 b #s(literal 5 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))))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (pow.f64 b #s(literal 5 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))))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) a) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 c (*.f64 c #s(literal -3/8 binary64))))) (*.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 (pow.f64 b #s(literal 5 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)))))) a) (-.f64 #s(literal 0 binary64) (*.f64 b (*.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 #s(literal 0 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 (pow.f64 b #s(literal 5 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)))))) a) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a) (*.f64 b b)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) a) (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (-.f64 #s(literal 0 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 (pow.f64 b #s(literal 5 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)))))) a) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (neg.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))))) (*.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 (pow.f64 b #s(literal 5 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)))))) a) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) #s(literal 1 binary64)))) (*.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 (pow.f64 b #s(literal 5 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)))))) 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 (pow.f64 b #s(literal 5 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)))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (/.f64 (/.f64 (*.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 (pow.f64 b #s(literal 5 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)))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) (*.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 (pow.f64 b #s(literal 5 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)))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b))) (pow.f64 b #s(literal 7 binary64))) |
(+.f64 (*.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (*.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 a (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) a) (*.f64 a (/.f64 (*.f64 (*.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)) (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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(fma.f64 (*.f64 a #s(literal -1/6 binary64)) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) a) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(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 6 binary64))) (/.f64 a b) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(fma.f64 (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))) a (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal -1/6 binary64))) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(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 #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (/.f64 (*.f64 (*.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)) (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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (pow.f64 b #s(literal 5 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 (pow.f64 b #s(literal 6 binary64)) (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a))) |
(/.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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))))))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) a) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (+.f64 (*.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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)))) a)) (/.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 a #s(literal 1 binary64)))) (/.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 #s(literal 1 binary64) a))) (/.f64 (/.f64 b (/.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 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 b (/.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 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (/.f64 b (/.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)))) (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 b (/.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 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (*.f64 (/.f64 b (/.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)))) (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 b (/.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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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)))) a)) (/.f64 (/.f64 b (/.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 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 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 a #s(literal 1 binary64)))) (/.f64 (/.f64 b (/.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 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 binary64)) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 #s(literal 1 binary64) a))) (/.f64 (/.f64 b (/.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 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 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 b (/.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 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (/.f64 b (/.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)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 b (/.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 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (*.f64 (/.f64 b (/.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)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 b (/.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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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)))) a)) (/.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 a #s(literal 1 binary64)))) (/.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (/.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 #s(literal 1 binary64) a))) (/.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 b (/.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 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))))) (*.f64 (/.f64 b (/.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)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 b (/.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 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 b (/.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 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a))) (*.f64 (/.f64 b (/.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)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 b (/.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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 (/.f64 b (/.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 #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 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.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))))) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 b (/.f64 a #s(literal 1 binary64)))) (/.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))))) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 #s(literal 1 binary64) 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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1 binary64)))) (/.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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (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) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (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) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 (*.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))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.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 (*.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))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 b (/.f64 a #s(literal 1 binary64)))) (/.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 (*.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))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 b (*.f64 #s(literal 1 binary64) 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 (*.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))) 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 (*.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))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.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 6 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 (*.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))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 b (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 b (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1 binary64)))) (/.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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 1 binary64) 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 b (/.f64 (*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) a)) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 a #s(literal 1 binary64)))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1 binary64) a))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.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 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.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 6 binary64))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) a)) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 a #s(literal 1 binary64)))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1 binary64) a))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.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 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.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 6 binary64))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 a #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) a)) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 a #s(literal 1 binary64)))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (/.f64 b (/.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 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 1 binary64) a))) (/.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (/.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 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) b) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.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 6 binary64))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 b (/.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 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 b (/.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 (pow.f64 b #s(literal 5 binary64)) (/.f64 a #s(literal 1 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 b (/.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 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal 1 binary64) a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (*.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))) 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (/.f64 b (/.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 #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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 a #s(literal 1 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal 1 binary64) a))) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.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 6 binary64))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 b (/.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 (pow.f64 b #s(literal 5 binary64)) a)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) (/.f64 b (/.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 (pow.f64 b #s(literal 5 binary64)) (/.f64 a #s(literal 1 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) a) (/.f64 b (/.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 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal 1 binary64) a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (*.f64 (*.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)) (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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 (*.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))) 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 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) (/.f64 b (/.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 #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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 a #s(literal 1 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) (/.f64 b (/.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 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal 1 binary64) a))) (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.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)) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c 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 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 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 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) b) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.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 6 binary64))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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 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 (pow.f64 b #s(literal 5 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)))))) 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (*.f64 a #s(literal -1/6 binary64)) #s(literal 405/64 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1 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 (pow.f64 b #s(literal 5 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))))))) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 (*.f64 (+.f64 (*.f64 b (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (/.f64 (pow.f64 b #s(literal 5 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)))))) 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 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 b #s(literal 1 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) (neg.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) 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 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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/2 binary64) b) c) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (sqrt.f64 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) #s(literal 3 binary64)) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) a) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (sqrt.f64 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 a) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) #s(literal 3 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) #s(literal 1/3 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)) (/.f64 a #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 b a)) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 a #s(literal -1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b #s(literal 1 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) a)) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) b)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 1 binary64)))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 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 -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) b)) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) #s(literal 3 binary64)) (/.f64 a (/.f64 a b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (*.f64 a #s(literal -1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 b #s(literal 1 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) 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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 3 binary64) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) |
(fma.f64 (sqrt.f64 a) (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 a) (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a)) |
(+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 c (/.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 b (*.f64 (/.f64 b a) a) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 a (/.f64 b (/.f64 a b)) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (/.f64 b (/.f64 a b)) a (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (*.f64 b a) (/.f64 b a) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (*.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) a) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) |
(*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 a b) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 a b) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 a b) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 a b) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a b) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a b) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a b) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a b) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) (fma.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a a)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a #s(literal 1 binary64)) (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 a #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))))) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(-.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 a #s(literal -1/3 binary64))))) (/.f64 b a)) 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 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) (/.f64 (*.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 a b) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (/.f64 a b) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 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 -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 a #s(literal -1/3 binary64))) (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.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 -1/3 binary64))))) (/.f64 b a)) (/.f64 a #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 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 -1/3 binary64))))) (/.f64 b a)) a) 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 -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a #s(literal 1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a))) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) #s(literal 1 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) a) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (-.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) (-.f64 #s(literal 0 binary64) 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 a #s(literal -1/3 binary64))))) (/.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)))) (-.f64 #s(literal 0 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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.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 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a a))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 a b)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a))) |
(/.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) a)) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.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 a #s(literal -1/3 binary64)))))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.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 a #s(literal -1/3 binary64)))))) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.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 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.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)))) (-.f64 #s(literal 0 binary64) a))) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) (/.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)))) #s(literal 1 binary64))) (*.f64 (/.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 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a a))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a (/.f64 a b)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 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 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal 1/3 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 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a a))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a)) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a))) (neg.f64 (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b)) (neg.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 a (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a #s(literal 1 binary64)))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)))) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (-.f64 #s(literal 0 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) #s(literal 1 binary64))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b))) (/.f64 a #s(literal -1/3 binary64))) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) |
(*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 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 -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 (/.f64 #s(literal 1/3 binary64) a) a)) |
(*.f64 (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a #s(literal 1 binary64))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (/.f64 a b)) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) 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 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) |
(fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b a))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) b) |
(/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (/.f64 b a))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 b a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b a)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64))) (neg.f64 (/.f64 b a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (/.f64 b a))) |
(pow.f64 (/.f64 b (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a b)) |
(*.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 a b)) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a b)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (/.f64 b a))) (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a)))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 b (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 #s(literal 1 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (/.f64 b (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) b) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) b) (/.f64 #s(literal -3 binary64) (/.f64 #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a))) (neg.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a)) (neg.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) b) (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal -1/3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) b)) (/.f64 a #s(literal -1/3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal -1/3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) b)) (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) b)) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) b)) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 #s(literal 1/3 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) #s(literal 3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (/.f64 a #s(literal 1/3 binary64))) |
(pow.f64 (/.f64 a (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 b (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a)))) |
(*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.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 #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 b #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a (*.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #s(literal 3 binary64))))))) |
(*.f64 (*.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) b) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(*.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) b) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 b (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) b) (/.f64 #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 a b)) #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) a) (/.f64 b #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 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 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)) (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 a #s(literal -1/3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) a) |
(/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64))) (neg.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64)))) (neg.f64 (/.f64 b #s(literal 3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 3 binary64))))) |
(*.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a)) |
(*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -1/3 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.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 -1/3 binary64))))) (/.f64 b (/.f64 a #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 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(-.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) b)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(fma.f64 a #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 3 binary64) a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.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)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal -3 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 b #s(literal 3 binary64))) |
(/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) b) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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))))) (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b #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 -1/3 binary64)))))) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 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 -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64)) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/3 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) b))) |
(/.f64 #s(literal -1 binary64) (neg.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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 #s(literal -1/3 binary64) b)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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))))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (*.f64 b #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #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 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a)) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a))) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) |
(/.f64 (+.f64 (*.f64 a (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) #s(literal 1/3 binary64)) (*.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal -1/3 binary64) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (*.f64 #s(literal -1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) (*.f64 #s(literal -1/3 binary64) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b) (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) #s(literal -1/3 binary64)) (*.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 1/3 binary64) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (*.f64 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) a)) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal -1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 b a)) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (*.f64 b #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)))) (neg.f64 (neg.f64 (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64))) (neg.f64 (/.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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))))) (/.f64 #s(literal 1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 b #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a))) (neg.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (neg.f64 (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) b)) #s(literal -1/3 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) b))) |
(*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(*.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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))))) (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(*.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1/3 binary64)))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b #s(literal 3 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) b)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.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 -1/3 binary64)))))) (/.f64 b #s(literal 1 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #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 -1/3 binary64))))) b)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal -3 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(*.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(neg.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64))) (-.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 -9/16 binary64)) (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 c (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) |
(*.f64 (pow.f64 b #s(literal -5 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))))) |
(*.f64 (neg.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal -5 binary64))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)) (pow.f64 b #s(literal -5 binary64))) |
(*.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 #s(literal -9/16 binary64))) c) |
(*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) c) |
(*.f64 a #s(literal -1/6 binary64)) |
(*.f64 #s(literal -1/6 binary64) a) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(*.f64 (*.f64 c c) #s(literal -3/8 binary64)) |
(*.f64 (*.f64 c #s(literal -3/8 binary64)) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(/.f64 b (/.f64 a b)) |
(/.f64 (*.f64 b b) a) |
(/.f64 (*.f64 b b) (/.f64 a #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (*.f64 b b) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 a (*.f64 b b)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 b a)) |
(*.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a b))) |
(*.f64 (/.f64 b a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a (*.f64 b b))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(neg.f64 (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 a #s(literal 1/3 binary64)) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) |
(/.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 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.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 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 -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 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) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) #s(literal -3 binary64)) |
| 1× | egg-herbie |
| 7274× | *-lowering-*.f32 |
| 7274× | *-lowering-*.f64 |
| 4572× | +-lowering-+.f64 |
| 4572× | +-lowering-+.f32 |
| 1956× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1498 | 15650 |
| 1 | 5328 | 14746 |
| 0 | 8998 | 14746 |
| 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 -3) (pow (sqrt -1) 2)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 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/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -3/2 (/ (* a c) b)) |
(* 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 -3) (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -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)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* 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 -3) (pow (sqrt -1) 2)))) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
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)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* 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)))) |
(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)))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* 1/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 (* (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)))))))) |
(* (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 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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))))))) |
(* -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) |
(* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)))) |
(+ (* -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/3 (/ (+ (* -3 a) (* 3 a)) a))))) |
-2 |
(- (* 3/2 (/ (* a c) (pow b 2))) 2) |
(- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2) |
(- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 2) |
(* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))) |
(+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4)))))) |
(+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* 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)))))))) |
(* (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))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b) |
(/ (+ (* -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)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(+ (* -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) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(+ (* -3 a) (* 3 a)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c)))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) c))))) |
(* 9/2 (/ (* (pow a 2) c) (pow b 2))) |
(* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))) |
(* (pow a 2) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b) |
(/ (+ (* -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))))))) b) |
(/ (+ (* -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))))))))) b) |
(* -3 a) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -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) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))) |
(* -3 a) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))) |
(+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -3 a) |
(* a (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3)) |
(* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3)) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(* -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)) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -1/6 a) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(* -3/8 (pow c 2)) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(/ (pow b 2) a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
| 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 (*.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 (*.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 (*.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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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 (+.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)))) (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 (*.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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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 (+.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)))) (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 (*.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)) 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)))) |
(* -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 (+.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 a a) (/.f64 (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 a a) (/.f64 (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))) |
(+ (* -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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -3/8 binary64) (*.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)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) 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)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) 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)) b) (/.f64 (pow.f64 c #s(literal 4 binary64)) 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 (+.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)))) (neg.f64 (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 (+.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)))) (neg.f64 (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 (+.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)))) (neg.f64 (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 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.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/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c))))) 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 (+ (* -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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) (/.f64 b (*.f64 c a))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.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))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.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 b b) (/.f64 (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 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #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 -3) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 1 binary64)) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.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) (pow (sqrt -1) 2)) (sqrt -3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.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 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64))) (-.f64 #s(literal 0 binary64) a)) b) a)) (-.f64 #s(literal 0 binary64) a)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (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 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.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 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 a a) (/.f64 (*.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))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.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 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 1 binary64)) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.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 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.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 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.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 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))))))))) |
(* -1 (* a (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (neg.f64 (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (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 (/.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 5 binary64))) (pow.f64 c #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 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #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 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) (neg.f64 c)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.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 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.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 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) 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)) |
(* 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)) |
(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)) |
(* -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 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (*.f64 a (/.f64 c (*.f64 b b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 (-.f64 (-.f64 #s(literal 0 binary64) a) a)) (*.f64 a a))) |
(* -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) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) 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 (/ (- (* -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) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) 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 (/ (- (* -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) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) a) a)))) (-.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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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) (/.f64 b (*.f64 c a))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.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))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.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 b b) (/.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.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 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) 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 (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 #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 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 (*.f64 a (*.f64 a a)) (*.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 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.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 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 (*.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 (*.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 (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 (*.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 #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 (sqrt.f64 (/.f64 a c)) (/.f64 (*.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 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (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 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 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 #s(literal -3/2 binary64) c) (*.f64 b b)) (/.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 #s(literal -3/2 binary64) c) (*.f64 b b)) (*.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 #s(literal -3/2 binary64) c) (*.f64 b b)) (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (-.f64 #s(literal 0 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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (-.f64 #s(literal 0 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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) b)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.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 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #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/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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.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 #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))))))) 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 #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)))))))))) 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 (*.f64 a (*.f64 a a)) (*.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 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #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 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 (*.f64 a (*.f64 a a)) (*.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 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (*.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 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 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (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 (*.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)))))))) |
(* (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/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 (*.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))))))) (*.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)))))))) |
(* 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 #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 (/.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))))))) (*.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)))))))) |
(* -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 (+ (* 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 (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 #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 (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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (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 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 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (+.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 #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/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)))))) (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 #s(literal -3/2 binary64) c) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (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 #s(literal -3/2 binary64) c) (*.f64 b b)) (*.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 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b)) |
(* (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 (sqrt.f64 (/.f64 c a)) (/.f64 (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 (sqrt.f64 (/.f64 c a)) (/.f64 (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/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)))))))) |
(* (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 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (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 (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 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -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/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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.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 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)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.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 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.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 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (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 (/.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 5 binary64))) (pow.f64 c #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 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #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 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (-.f64 #s(literal 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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (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 #s(literal 0 binary64) (*.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 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #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 #s(literal -1/2 binary64) (/.f64 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 #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 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 #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) (/.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 0 binary64) (*.f64 a 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 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a)) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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) (/.f64 b (*.f64 c a))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))) (+.f64 (*.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))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.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 b b) (/.f64 (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 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.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 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #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) |
(* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) |
(/.f64 #s(literal 0 binary64) a) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -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/3 (/ (+ (* -3 a) (* 3 a)) a))))) |
(+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 #s(literal 0 binary64) a))) |
-2 |
#s(literal -2 binary64) |
(- (* 3/2 (/ (* a c) (pow b 2))) 2) |
(+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3/2 binary64)) #s(literal -2 binary64)) |
(- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 3/2 (/ (* a c) (pow b 2)))) 2) |
(+.f64 (*.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)) #s(literal -2 binary64))) |
(- (+ (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 3/2 (/ (* a c) (pow b 2))) (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 2) |
(+.f64 (+.f64 (*.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 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 27/16 binary64)))) #s(literal -2 binary64)) |
(* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) |
(/.f64 #s(literal 0 binary64) a) |
(+ (* -3/2 (/ (* a c) (pow b 2))) (* -1/3 (/ (+ (* -3 a) (* 3 a)) a))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 #s(literal 0 binary64) a)) |
(+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* c (+ (* -3/2 (/ a (pow b 2))) (* -9/8 (/ (* (pow a 2) c) (pow b 4)))))) |
(+.f64 (/.f64 #s(literal 0 binary64) a) (*.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)))))) |
(+ (* -1/3 (/ (+ (* -3 a) (* 3 a)) a)) (* 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 (/.f64 #s(literal 0 binary64) a) (*.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)))))))) |
(* (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (+.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 (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 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 b (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 (/ (* 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 #s(literal -3/2 binary64) c) (*.f64 b b)) (/.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 #s(literal -3/2 binary64) c) (*.f64 b b)) (*.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 #s(literal -3/2 binary64) c) (*.f64 b b)) (*.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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.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)) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b) |
(/.f64 (+.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 binary64) (*.f64 b a))) b) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b) |
(/.f64 (+.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)))))))) b) |
(/ (+ (* -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) |
(/.f64 (+.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) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 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 #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)))) |
(+ (* -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 #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 #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) |
(*.f64 a #s(literal 6 binary64)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a)) |
(+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))) |
(+.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))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(+.f64 (+.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))) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64))) |
(+ (* -3 a) (* 3 a)) |
#s(literal 0 binary64) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (+.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (+.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (*.f64 #s(literal 3/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)))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (+.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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) 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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) 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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) c)) c)) (neg.f64 c)) |
(* 9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) |
(* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6))))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (/.f64 #s(literal 3 binary64) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (/.f64 #s(literal 3 binary64) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.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 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (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) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)))) |
(* (pow a 2) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (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 -3 binary64)) a))) |
(* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3/8 binary64) (*.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 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) a))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b) |
(/.f64 (+.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))))) b) |
(/ (+ (* -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))))))) b) |
(/.f64 (+.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)))))))) b) |
(/ (+ (* -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))))))))) b) |
(/.f64 (+.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)))))))))) b) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 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 (*.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)))) |
(+ (* -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 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 #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) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a)) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))) |
(+.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 3 binary64))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))) |
(+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 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 a #s(literal 3 binary64)))) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b))))) |
(+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 3/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))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (sqrt.f64 #s(literal -3 binary64))) b)) (+.f64 (+.f64 (*.f64 #s(literal -3/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 #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)))) #s(literal -3/16 binary64))) (*.f64 #s(literal 3/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))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (*.f64 #s(literal -3/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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (*.f64 #s(literal -3/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 (*.f64 #s(literal 3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (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)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (+.f64 (*.f64 #s(literal -3/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 (*.f64 (*.f64 #s(literal 3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.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))) #s(literal -3/16 binary64))))) (neg.f64 c)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* a (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -3 binary64))) |
(* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3)) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)))) #s(literal -3 binary64))) |
(* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3)) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))))) #s(literal -3 binary64))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (*.f64 #s(literal 3/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)))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (+.f64 (*.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 b (*.f64 b b)) (*.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 5 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)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (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) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 3/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))))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/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 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 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 (*.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)))) #s(literal 3/16 binary64))) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 3/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)))))))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ (pow c 3) (pow b 5))) |
(/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -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))) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -1/6 a) |
(*.f64 a #s(literal -1/6 binary64)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(* -3/8 (pow c 2)) |
(*.f64 #s(literal -3/8 binary64) (*.f64 c c)) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(/ (pow b 2) a) |
(/.f64 (*.f64 b b) a) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
Compiled 74493 to 6246 computations (91.6% saved)
92 alts after pruning (89 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1904 | 47 | 1951 |
| Fresh | 21 | 42 | 63 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1928 | 92 | 2020 |
| Status | Accuracy | Program |
|---|---|---|
| 31.8% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 30.2% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 31.6% | (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)))) | |
| 31.2% | (fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| ▶ | 31.7% | (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
| 32.1% | (/.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 31.6% | (/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) | |
| 30.9% | (/.f64 (fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 32.1% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 32.2% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.8% | (/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.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))) | |
| 30.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 31.5% | (/.f64 (/.f64 (-.f64 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) | |
| 95.1% | (/.f64 (/.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 a a) (/.f64 (*.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))) (pow.f64 b #s(literal 6 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.4% | (/.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) | |
| 30.0% | (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| 90.2% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.0% | (/.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))) | |
| 90.3% | (/.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)) | |
| 81.5% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 81.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 81.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) | |
| 29.9% | (/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) | |
| 20.3% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 24.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)) | |
| 30.3% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) | |
| 29.7% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) | |
| 29.9% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 29.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 3 binary64) b)) | |
| 29.9% | (/.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))))) | |
| 30.2% | (/.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))) | |
| 30.6% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) | |
| 30.8% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| ✓ | 30.3% | (/.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))))) |
| 30.3% | (/.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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) | |
| 31.4% | (/.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)) | |
| 30.0% | (/.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))) | |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ▶ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.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))) | |
| 31.3% | (/.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))) | |
| 30.6% | (/.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)))))))) | |
| ▶ | 30.7% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
| 93.9% | (/.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) | |
| 29.5% | (/.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)) | |
| 31.4% | (/.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)))) | |
| 30.3% | (/.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)) | |
| 94.6% | (/.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))) | |
| 30.1% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) | |
| 29.8% | (/.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))) | |
| 90.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) | |
| 29.4% | (/.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)))) | |
| 30.0% | (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.4% | (/.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)))) | |
| 30.4% | (/.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)) | |
| 30.1% | (/.f64 (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) | |
| ✓ | 82.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 90.2% | (/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) | |
| 93.5% | (/.f64 (*.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))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 90.3% | (/.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)) | |
| 30.0% | (/.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)))) | |
| 30.1% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) | |
| 30.0% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)))) | |
| 31.3% | (/.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)))) | |
| 81.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 30.0% | (/.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))))) | |
| 29.9% | (-.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)))) | |
| 30.6% | (+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) | |
| 31.3% | (+.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))))) | |
| 31.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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 90.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)))) | |
| 93.9% | (+.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))))) | |
| ▶ | 95.5% | (+.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))))))) |
| 95.0% | (*.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.9% | (*.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))))))) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 30.1% | (*.f64 (/.f64 b a) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) | |
| 30.0% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ▶ | 81.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 29.9% | (*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 30.7% | (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) | |
| 30.0% | (*.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)) | |
| 90.4% | (*.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))) | |
| 93.6% | (*.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))) | |
| 95.3% | (*.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))) | |
| 81.8% | (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
Compiled 5660 to 3376 computations (40.4% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 a b) |
| ✓ | cost-diff | 6400 | (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
| ✓ | cost-diff | 6912 | (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) |
| ✓ | cost-diff | 0 | (+.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))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
| ✓ | cost-diff | 128 | (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) |
| ✓ | cost-diff | 128 | (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | cost-diff | 0 | (/.f64 #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))))))) |
| 5004× | *-lowering-*.f32 |
| 5004× | *-lowering-*.f64 |
| 2250× | /-lowering-/.f32 |
| 2250× | /-lowering-/.f64 |
| 1686× | +-lowering-+.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 67 | 521 |
| 1 | 166 | 504 |
| 2 | 455 | 500 |
| 3 | 1290 | 496 |
| 4 | 3989 | 481 |
| 5 | 7985 | 481 |
| 0 | 8248 | 481 |
| 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 (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(* c (+ (* a -3) (/ (* b b) c))) |
c |
(+ (* a -3) (/ (* b b) c)) |
(* a -3) |
a |
-3 |
(/ (* b b) c) |
(* b b) |
b |
(* 3 a) |
3 |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (/ (* a (* a -9)) b)) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ a 1/3) |
1/3 |
(/ (* a (* a -9)) b) |
(* a (* a -9)) |
(* a -9) |
-9 |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) (/ a (/ b (/ a 1/3)))) |
(+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) |
(/ a b) |
a |
b |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(+ (* b b) (* c (/ a -1/3))) |
(* b b) |
(* c (/ a -1/3)) |
c |
(/ a -1/3) |
-1/3 |
(- 0 a) |
0 |
(/ a (/ b (/ a 1/3))) |
(/ b (/ a 1/3)) |
(/ 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 (*.f64 c a) (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 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 (* (* 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 c (*.f64 c (+.f64 (*.f64 (*.f64 c a) (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 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 c (*.f64 c (+.f64 (*.f64 (*.f64 c a) (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 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 (*.f64 c a) (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 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 (*.f64 c a) (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5))) |
(*.f64 a (+.f64 (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c (*.f64 a #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))))) |
(/ (* -135/128 (* c (* a a))) (pow b 7)) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a 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 #s(literal -1/2 binary64) (/.f64 c b)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
b |
c |
(/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(* c (+ (* a -3) (/ (* b b) c))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
c |
(+ (* a -3) (/ (* b b) c)) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)) |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ (* b b) c) |
(/.f64 (*.f64 b b) c) |
(* b b) |
(*.f64 b b) |
b |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
3 |
#s(literal 3 binary64) |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (/ (* a (* a -9)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64) (/.f64 a (/.f64 b a)))) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(+.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) |
(* (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) |
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) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (* a (* a -9)) b) |
(*.f64 #s(literal -9 binary64) (/.f64 a (/.f64 b a))) |
(* a (* a -9)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) (/ a (/ b (/ a 1/3)))) |
(/.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 b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) |
(*.f64 a (+.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) b))) |
(/ a b) |
(/.f64 a b) |
a |
b |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) |
(+ (* b b) (* c (/ a -1/3))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
(* c (/ a -1/3)) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
c |
(/ a -1/3) |
(/.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(- 0 a) |
(-.f64 #s(literal 0 binary64) a) |
0 |
#s(literal 0 binary64) |
(/ a (/ b (/ a 1/3))) |
(/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/ b (/ a 1/3)) |
(/.f64 b (/.f64 a #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 | 99.9% | (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
| ✓ | accuracy | 99.9% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 99.9% | (/.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 96.6% | (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
| ✓ | accuracy | 99.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)) |
| ✓ | accuracy | 99.9% | (*.f64 a (*.f64 a #s(literal -9 binary64))) |
| ✓ | accuracy | 99.9% | (/.f64 a #s(literal 1/3 binary64)) |
| ✓ | accuracy | 96.6% | (+.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))) |
| ✓ | accuracy | 99.9% | (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
| ✓ | accuracy | 99.9% | (/.f64 (*.f64 b b) c) |
| ✓ | accuracy | 99.9% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | accuracy | 96.7% | (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 99.9% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 99.9% | (*.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))) |
| ✓ | accuracy | 99.9% | (/.f64 (*.f64 #s(literal -9/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.9% | (*.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))))) |
| 1.3s | 215× | 5 | exit |
| 53.0ms | 31× | 0 | valid |
| 16.0ms | 8× | 1 | valid |
| 5.0ms | 2× | 2 | valid |
Compiled 584 to 67 computations (88.5% saved)
backward-pass: 220.0ms (36.7% of total)ival-mult: 114.0ms (19% of total)ival-div: 101.0ms (16.8% of total)...c/correct-round.rkt:119:19: 67.0ms (11.2% of total)ival-add: 26.0ms (4.3% of total)ival-sub: 25.0ms (4.2% of total)compiled-spec: 18.0ms (3% of total)ival-sqrt: 16.0ms (2.7% of total)ival-pow: 11.0ms (1.8% of total)const: 3.0ms (0.5% 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 (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a))> |
#<alt (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b)> |
#<alt (sqrt (* c (+ (* a -3) (/ (* b b) c))))> |
#<alt (* c (+ (* a -3) (/ (* b b) c)))> |
#<alt (/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (/ (* a (* a -9)) b))> |
#<alt (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3))> |
#<alt (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b)> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3))> |
#<alt (/ (+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) (/ a (/ b (/ a 1/3))))> |
#<alt (+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a))> |
#<alt (/ a b)> |
#<alt (sqrt (+ (* b b) (* c (/ a -1/3))))> |
#<alt (/ (* -9/16 a) (pow b 5))> |
#<alt (/ (* -135/128 (* c (* a a))) (pow b 7))> |
#<alt (* b (* b b))> |
#<alt (/ (* b b) c)> |
#<alt (/ a 1/3)> |
#<alt (* a (* a -9))> |
#<alt (/ a -1/3)> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -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/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))> |
#<alt (* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c)))> |
#<alt (* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))> |
#<alt (* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a)))> |
#<alt (* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a)))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* -3/2 (/ (* a c) b))> |
#<alt (/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b)> |
#<alt (* -2 b)> |
#<alt (* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))> |
#<alt (* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* 1/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 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))> |
#<alt (+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))))> |
#<alt (+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b)> |
#<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))))))))) b)> |
#<alt (+ (* -3 a) (* 3 a))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -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 (+ (* -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)> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a))> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))> |
#<alt (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))))> |
#<alt (+ (* -3 a) (* 3 a))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))))> |
#<alt (+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c)))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) c)))))> |
#<alt (* 9/2 (/ (* (pow a 2) c) (pow b 2)))> |
#<alt (* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6)))))))> |
#<alt (* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6)))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a)))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b)> |
#<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))))))) b)> |
#<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))))))))) b)> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))> |
#<alt (+ (* -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)> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a))> |
#<alt (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))> |
#<alt (+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))))> |
#<alt (* -3 a)> |
#<alt (+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))> |
#<alt (+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))> |
#<alt (+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -3 a)> |
#<alt (* a (- (* 9/2 (/ (* a c) (pow b 2))) 3))> |
#<alt (* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3))> |
#<alt (* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3))> |
#<alt (* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))> |
#<alt (* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))> |
#<alt (* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))))> |
#<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/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 (/ (* (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 (* (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 (* -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 (* -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 (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (pow b 3)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (/ (pow b 2) c)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* 3 a)> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<alt (* -9 (pow a 2))> |
#<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)> |
183 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 21.0ms | a | @ | inf | (/ (* -9/16 a) (pow b 5)) |
| 20.0ms | a | @ | -inf | (+ (* c (+ (/ (* -135/128 (* c (* a a))) (pow b 7)) (/ (* -9/16 a) (pow b 5)))) (/ -3/8 (* b (* b b)))) |
| 1.0ms | c | @ | 0 | (/ (* -135/128 (* c (* a a))) (pow b 7)) |
| 1.0ms | c | @ | -inf | (/ (- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
| 1.0ms | c | @ | -inf | (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
| 1× | batch-egg-rewrite |
| 5618× | /-lowering-/.f32 |
| 5618× | /-lowering-/.f64 |
| 4632× | *-lowering-*.f32 |
| 4632× | *-lowering-*.f64 |
| 1454× | frac-add |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 67 | 331 |
| 1 | 299 | 316 |
| 2 | 1799 | 314 |
| 0 | 8361 | 314 |
| 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 (* c (+ (* a -3) (/ (* b b) c)))) b) (* 3 a)) |
(- (sqrt (* c (+ (* a -3) (/ (* b b) c)))) b) |
(sqrt (* c (+ (* a -3) (/ (* b b) c)))) |
(* c (+ (* a -3) (/ (* b b) c))) |
(/ (+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) (/ (* a (* a -9)) b)) |
(+ (/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) (/ a 1/3)) |
(/ (* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) b) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (* a -3)) |
(/ (+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) (/ a (/ b (/ a 1/3)))) |
(+ (* (/ a b) (sqrt (+ (* b b) (* c (/ a -1/3))))) (- 0 a)) |
(/ a b) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(/ (* -9/16 a) (pow b 5)) |
(/ (* -135/128 (* c (* a a))) (pow b 7)) |
(* b (* b b)) |
(/ (* b b) c) |
(/ a 1/3) |
(* a (* a -9)) |
(/ a -1/3) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(+.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(-.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c)) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c)) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 c (*.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 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 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 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 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (*.f64 (*.f64 c a) c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c a) (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 a (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) (*.f64 c c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 a (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) (*.f64 a (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))))) |
(+.f64 (*.f64 (*.f64 (*.f64 c a) c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) (/.f64 (*.f64 (*.f64 c a) c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (*.f64 (*.f64 c a) c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(+.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) a) (*.f64 (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) a)) |
(+.f64 (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (*.f64 (*.f64 c a) c)) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) c))) |
(+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) c)) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 a (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) (*.f64 a (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))))) |
(fma.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (*.f64 (*.f64 c a) c) (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c a) c) (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (*.f64 (*.f64 c a) c))) |
(fma.f64 (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) a (*.f64 (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) a)) |
(fma.f64 (*.f64 (*.f64 c a) c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 (*.f64 (*.f64 c a) c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 (*.f64 c a) c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(*.f64 c (*.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) a)) |
(*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 c c) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) a)) |
(*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c a) c)) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) a) |
(*.f64 (*.f64 (*.f64 c a) c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (*.f64 c a) (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 a (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) (*.f64 c c)) |
(+.f64 (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(+.f64 (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 c (*.f64 c (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 c (*.f64 c (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 c (*.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) (*.f64 c c)) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) (*.f64 c (*.f64 c c)) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (*.f64 c c) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 (*.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) c) c (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) c) c (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) c (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c c) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))))) |
(fma.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) (/.f64 (*.f64 c c) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(*.f64 c (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c c)) |
(*.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) c) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(+.f64 (*.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (*.f64 c (*.f64 a 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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))) |
(fma.f64 c (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(fma.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -135/128 binary64) (*.f64 (/.f64 (*.f64 c (*.f64 a 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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (*.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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) c (/.f64 #s(literal -3/8 binary64) (*.f64 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 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(fma.f64 #s(literal 3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(fma.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (*.f64 c (*.f64 a 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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64)))) (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 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))) (neg.f64 (*.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)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))) (neg.f64 (/.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)) (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (neg.f64 (/.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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c) (neg.f64 (*.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)) (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c) (neg.f64 (/.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)) (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 12 binary64)) (neg.f64 (/.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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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)) |
(/.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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.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 (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))))) (*.f64 (neg.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 (neg.f64 (*.f64 b (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.f64 (neg.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 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 1 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 1 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)) (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.f64 (*.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 (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))))) (*.f64 (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 12 binary64))) (*.f64 (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.f64 (neg.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.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 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.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) (*.f64 b b)) (pow.f64 b #s(literal 12 binary64))) (*.f64 b (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))))) (*.f64 b (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (pow.f64 b #s(literal 12 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.f64 b (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 b (*.f64 c (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))))) (*.f64 b (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) b) (pow.f64 b #s(literal 12 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) c))) (*.f64 b (pow.f64 b #s(literal 12 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(neg.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 c (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 b #s(literal 1 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal -1/2 binary64)) (*.f64 #s(literal 1 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 c #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 c #s(literal 1 binary64))) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) 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 1 binary64) b) c)) |
(*.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 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 #s(literal 1 binary64) (neg.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (neg.f64 (*.f64 c #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b #s(literal 1 binary64))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b #s(literal -1/2 binary64)))) |
(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) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (neg.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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 c) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (sqrt.f64 c) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 c) a) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 c) a) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 c) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 c) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a)))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(fma.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (sqrt.f64 c) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 c) a) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) #s(literal 3 binary64)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 c) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) a) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) #s(literal 1/3 binary64) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a) #s(literal 3 binary64)) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (/.f64 a #s(literal 1 binary64))) (/.f64 a (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 a #s(literal -1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 a (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b #s(literal 1 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) a)) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 b #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal -1/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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1 binary64))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) (*.f64 a #s(literal -1 binary64))) (/.f64 a (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 b #s(literal 1 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) 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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 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 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal 1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64)))))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) #s(literal -3 binary64))) |
(+.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) |
(-.f64 (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) b) |
(fma.f64 (sqrt.f64 c) (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 c) (-.f64 #s(literal 0 binary64) b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) |
(pow.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c)))) |
(*.f64 (sqrt.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) (sqrt.f64 c)) |
(+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 c (/.f64 a #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 c (/.f64 (*.f64 b b) c) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 b (*.f64 (/.f64 b c) c) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 b b) c) c (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(fma.f64 (*.f64 c b) (/.f64 b c) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (*.f64 c (*.f64 b b)) (/.f64 #s(literal 1 binary64) c) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 (*.f64 b b) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 c (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 c (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 c (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 c c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 c c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 c (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 c (*.f64 b b)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 c (*.f64 b b)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (*.f64 #s(literal 1 binary64) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 c (*.f64 b b)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (/.f64 c #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (*.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) c)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) (/.f64 c (*.f64 b b))) (*.f64 #s(literal -1/3 binary64) c)) (*.f64 #s(literal -1/3 binary64) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) (/.f64 c (*.f64 b b))) (*.f64 #s(literal -1/3 binary64) (*.f64 #s(literal 1 binary64) c))) (*.f64 #s(literal -1/3 binary64) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) (/.f64 c (*.f64 b b))) (*.f64 #s(literal -1/3 binary64) (/.f64 c #s(literal 1 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 c (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) c) (*.f64 #s(literal -1/3 binary64) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal -1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal -1/3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) c) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 b b) c))) (*.f64 #s(literal -1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal -1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) c)) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) c))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (/.f64 c #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) c) (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) c) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 b b) c))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) c)) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) c))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (/.f64 c #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) c) (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) c) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 b b) c))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (*.f64 b b)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) c) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (*.f64 b b) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) c)) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) c)) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) c)) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1 binary64) c))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) (/.f64 c (*.f64 b b))) (*.f64 #s(literal 1/3 binary64) (/.f64 c #s(literal 1 binary64)))) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b b) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) c) (*.f64 #s(literal 1/3 binary64) (*.f64 c (*.f64 b b)))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) c) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 b b) c))) (*.f64 #s(literal 1/3 binary64) c)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 c a)) (-.f64 #s(literal 0 binary64) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (+.f64 (/.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 c (*.f64 b b)) c)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 c (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c a))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 c #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (neg.f64 (*.f64 c a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) c)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) #s(literal -1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c a))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (neg.f64 (*.f64 c a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) c)) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (/.f64 c (*.f64 b b))) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) #s(literal -1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c a))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 #s(literal 1 binary64) c))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 c (*.f64 b b)) (/.f64 c #s(literal 1 binary64)))) (/.f64 (/.f64 c (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 c #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 (/.f64 c (*.f64 b b)) (neg.f64 (*.f64 c a)))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c c)) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (/.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal -1/3 binary64)) (*.f64 c (*.f64 c a))) (*.f64 c #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c (*.f64 #s(literal 1 binary64) c))) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 c (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c (/.f64 c #s(literal 1 binary64)))) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 b b)) #s(literal 1/3 binary64)) (*.f64 c (neg.f64 (*.f64 c a)))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) c)) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c a))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1 binary64) c))) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 c #s(literal 1 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 b b))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 c a)))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c c)) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (/.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal -1/3 binary64)) (*.f64 c (*.f64 c a))) (*.f64 c #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 1/3 binary64)) (*.f64 c (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c (*.f64 #s(literal 1 binary64) c))) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 1/3 binary64)) (*.f64 c (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 c (/.f64 c #s(literal 1 binary64)))) (/.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) c) #s(literal 1/3 binary64)) (*.f64 c (neg.f64 (*.f64 c a)))) (*.f64 c #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) c)) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) (/.f64 #s(literal -1/3 binary64) (*.f64 c a))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c a))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (-.f64 #s(literal 0 binary64) a) c))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 #s(literal 1 binary64) c))) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 c (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 c #s(literal 1 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (*.f64 c a)))) (*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/3 binary64))) |
(*.f64 c (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c))) |
(*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b b) c)) c) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b)) (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b))) |
(/.f64 b (/.f64 (*.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 b (/.f64 #s(literal -1/3 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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 #s(literal -9 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 binary64)) (*.f64 b a)) (*.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 b #s(literal 3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b 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))))) #s(literal -1 binary64)) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)) (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) a))) |
(/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 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 (/.f64 #s(literal -1/3 binary64) 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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) 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))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a))) (neg.f64 (*.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b 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))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a)))) (/.f64 b #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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) b) (*.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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) a)) (neg.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) b)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64))))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64))) (neg.f64 (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b)) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))))) (neg.f64 (/.f64 b #s(literal 3 binary64)))) |
(pow.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.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 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 b #s(literal 3 binary64))))) |
(*.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(*.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) 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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) b) |
(*.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 b #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) 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))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)))) |
(*.f64 (neg.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.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 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/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))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a)))) (/.f64 #s(literal 3 binary64) b)) |
(*.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) b) (/.f64 #s(literal 1 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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 b (*.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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a a)) (/.f64 b #s(literal -9 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 b a)) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a (/.f64 #s(literal -9 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 b a))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(*.f64 (/.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) a) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a a)) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -9 binary64)) (/.f64 b (*.f64 a a))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.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))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 (*.f64 a a) #s(literal 9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 (/.f64 #s(literal 3 binary64) b) a)) |
(*.f64 (/.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 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1 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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.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))))) #s(literal -1 binary64)) (*.f64 b a)) #s(literal 1/3 binary64)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) b)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 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)))) (*.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 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal -1/3 binary64))) |
(-.f64 (/.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 b a)))) |
(-.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 #s(literal 1/3 binary64) a)) b)) |
(fma.f64 a #s(literal 3 binary64) (/.f64 (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 #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 1/3 binary64))) |
(fma.f64 #s(literal 3 binary64) a (/.f64 (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 (*.f64 b #s(literal -1/3 binary64))) (/.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)))) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3 binary64) (/.f64 (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 (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 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 a #s(literal 1/3 binary64)) (/.f64 (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 #s(literal 1 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 #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 -3 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(/.f64 #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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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 #s(literal -1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 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 #s(literal -1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 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)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 b (/.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 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 b (/.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 b (/.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) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (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) (/.f64 (*.f64 b (/.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/3 binary64) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.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 #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 b (/.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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) b) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.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 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.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 #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 b (/.f64 #s(literal -1/3 binary64) a)))) (+.f64 (/.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 (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) (+.f64 (/.f64 (*.f64 b (/.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 #s(literal 1 binary64) (/.f64 #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))))) #s(literal -1 binary64)) (*.f64 b a)) b))) |
(/.f64 #s(literal -1 binary64) (neg.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 (/.f64 #s(literal -1/3 binary64) 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 #s(literal -1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) 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 #s(literal -1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #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 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 (*.f64 b (/.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 b (/.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) a))) (*.f64 (/.f64 (*.f64 b (/.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/3 binary64) a) (/.f64 (*.f64 b (/.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)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.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 b (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.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 #s(literal -1/3 binary64) b)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.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 (/.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 b (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a))) (neg.f64 (/.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))))) #s(literal -1 binary64)) (*.f64 b a)) 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 #s(literal -1/3 binary64) a)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.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))))) #s(literal -1 binary64)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.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 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (*.f64 b (/.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 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (*.f64 b (/.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 (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a)) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.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 (neg.f64 (/.f64 (*.f64 b (/.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) a))) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.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 #s(literal 1/3 binary64) a)) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.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 (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.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 (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (/.f64 (*.f64 b (/.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 (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))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (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))) #s(literal -1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (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 #s(literal 1/3 binary64) a)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 1 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 (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))) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (/.f64 #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)))) (/.f64 #s(literal 1/3 binary64) a))) #s(literal 1/3 binary64)) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 b 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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b #s(literal 1 binary64))) (/.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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) #s(literal 1/3 binary64)) (*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) a)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 a (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.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 a (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 1/3 binary64) (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 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 #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/3 binary64) a)) #s(literal 1 binary64)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.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) a) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal -1/3 binary64) (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 #s(literal -1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.f64 #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/3 binary64) a)) #s(literal 1 binary64)))) (*.f64 #s(literal -1/3 binary64) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.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 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.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 (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.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 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (neg.f64 (/.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 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (*.f64 b (/.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 binary64) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (/.f64 (*.f64 b (/.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 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 (neg.f64 (/.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 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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 b #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.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 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 1/3 binary64) (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 #s(literal 1/3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (+.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) b) (*.f64 #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/3 binary64) a)) #s(literal 1 binary64)))) (/.f64 b #s(literal 3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)))) (neg.f64 (neg.f64 (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (+.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)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 b #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.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 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64)))) (*.f64 b (/.f64 #s(literal -1/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 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.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)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.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 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) (neg.f64 (*.f64 (/.f64 (*.f64 b (/.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 #s(literal -1/3 binary64) (*.f64 (/.f64 (*.f64 b (/.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) a)))) (neg.f64 (*.f64 (/.f64 (*.f64 b (/.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 #s(literal 1/3 binary64) a) (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (/.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.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))))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.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 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.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))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.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))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.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 (/.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 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b (/.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))) (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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b)) #s(literal -1/3 binary64)) |
(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 (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 #s(literal 3 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 (/.f64 #s(literal -1/3 binary64) 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 #s(literal -1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 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 #s(literal -1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(*.f64 (+.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)) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) a)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) 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 #s(literal 1/3 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b (/.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 b (/.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) a))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 b (/.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/3 binary64) a) (/.f64 (*.f64 b (/.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 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal 1 binary64) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.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 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) b) (*.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 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) b))) |
(*.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.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 #s(literal 1 binary64) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.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 (/.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 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(*.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (+.f64 (/.f64 (*.f64 b (/.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 #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a))) (/.f64 #s(literal 1 binary64) (neg.f64 (/.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))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (/.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 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)))) |
(neg.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)) b)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)) b) |
(/.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 #s(literal 1 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 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (/.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) (neg.f64 (neg.f64 (/.f64 (*.f64 b (/.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 b (*.f64 (/.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 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)))) (/.f64 #s(literal 1/3 binary64) a))) (neg.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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) b) |
(/.f64 (neg.f64 (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)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.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)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b (/.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 a #s(literal -1/3 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 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 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (neg.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 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal 1 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 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.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))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -3 binary64) b)) |
(*.f64 (/.f64 a (*.f64 b #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 binary64) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)))) (/.f64 #s(literal 1/3 binary64) 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 #s(literal -1/3 binary64) a)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (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 b a))) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.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 #s(literal 3 binary64) b)) |
(*.f64 (/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 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) 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (/.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 #s(literal 1 binary64) (/.f64 #s(literal -1/3 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 1/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 #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)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.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) (/.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 #s(literal 1 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 (neg.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 a (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 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 (*.f64 (-.f64 #s(literal 0 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) (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 (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 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.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)))))) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(*.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 #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 #s(literal -1/3 binary64)) (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 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 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 (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 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 1 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (/.f64 a #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (/.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))) #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))))) (/.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 #s(literal 0 binary64) (/.f64 a (*.f64 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)))) (/.f64 b a)) a) (/.f64 a (*.f64 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 #s(literal 3 binary64) (/.f64 b a))) (/.f64 (/.f64 a a) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(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 #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 b a)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 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 #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 a (*.f64 b (/.f64 #s(literal -1/3 binary64) 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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a (/.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) (/.f64 (/.f64 #s(literal 3 binary64) (/.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) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 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 b a)) a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 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 b a)) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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) a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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) a) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 3 binary64) (/.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) a) #s(literal 1 binary64)))) |
(/.f64 #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) (/.f64 a b)))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.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 (*.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 #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 #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 #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 (neg.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))) (/.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) a) 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) a) (-.f64 #s(literal 0 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) a) #s(literal 1 binary64)) (/.f64 #s(literal 3 binary64) (/.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 #s(literal 3 binary64) (/.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) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) (-.f64 #s(literal 0 binary64) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.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)) (/.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 (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 #s(literal 3 binary64) (/.f64 b a)))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) a)) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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) b)) (neg.f64 (/.f64 a (/.f64 #s(literal 1/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 #s(literal 0 binary64) b))) (neg.f64 (/.f64 a (/.f64 #s(literal -1/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) #s(literal 1 binary64))) (/.f64 a (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 (neg.f64 (neg.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)))) (/.f64 a (*.f64 b (/.f64 #s(literal -1/3 binary64) 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) a) b)) (/.f64 a #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) a) (-.f64 #s(literal 0 binary64) b))) (/.f64 a #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) a) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 b))) (/.f64 a #s(literal -1/3 binary64))) |
(pow.f64 (/.f64 (/.f64 a (/.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)) #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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.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) 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)) (/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) |
(*.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 (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (/.f64 b a) (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 (/.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 (/.f64 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 b a)) a)) |
(*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 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) 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) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 3 binary64) b))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 a (/.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 (*.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) b) (/.f64 (/.f64 #s(literal 1/3 binary64) 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) (-.f64 #s(literal 0 binary64) b)) (/.f64 #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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 1 binary64)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (neg.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))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (/.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 #s(literal 3 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 b 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 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) a) 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) a) (/.f64 a 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) a) (-.f64 #s(literal 0 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) 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) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.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) (/.f64 a 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 #s(literal 0 binary64) a)) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 (/.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 b (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 a 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 #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 #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)))) (/.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) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a 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 (/.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 #s(literal 0 binary64) b))) (/.f64 (/.f64 #s(literal 1 binary64) 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 a (-.f64 #s(literal 0 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 (/.f64 a b) 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 #s(literal 1 binary64))) (/.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) a) 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) a) #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) a) (-.f64 #s(literal 0 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) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) 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) a) #s(literal 1 binary64)) (/.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) a) #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) 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) a) #s(literal -1 binary64)) (*.f64 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) a) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal 1 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) a) (/.f64 #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) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) 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 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 #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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b a)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 a (-.f64 #s(literal 0 binary64) b))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) a) b)) |
(/.f64 a b) |
(/.f64 a (/.f64 b #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (/.f64 a #s(literal 1 binary64)) b) |
(/.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))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (neg.f64 (/.f64 a #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 #s(literal 1 binary64) (neg.f64 (/.f64 b a)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(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)) |
(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 (/.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 (*.f64 a #s(literal 9/16 binary64)) (pow.f64 b #s(literal 5 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 (pow.f64 b #s(literal 5 binary64)) #s(literal 1 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) (neg.f64 (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 9/16 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) #s(literal 1 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a #s(literal 9/16 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 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 #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 a #s(literal 9/16 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))))) |
(*.f64 (neg.f64 (*.f64 a #s(literal 9/16 binary64))) (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 (*.f64 (*.f64 a #s(literal -9/16 binary64)) #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 a #s(literal -1 binary64)) (/.f64 #s(literal 9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 #s(literal -135/128 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) |
(/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(pow.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 c (*.f64 a a)) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64)))) #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 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -135/128 binary64)) (*.f64 c (*.f64 a a)))))) |
(*.f64 (neg.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 #s(literal 135/128 binary64) (/.f64 (neg.f64 (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 (*.f64 c (*.f64 (*.f64 a a) #s(literal -135/128 binary64))) #s(literal 1 binary64)) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a 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 (neg.f64 (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 c (*.f64 a a))) #s(literal -1 binary64)) (/.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (neg.f64 (*.f64 c #s(literal -135/128 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 7 binary64)))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(*.f64 b (*.f64 b b)) |
(*.f64 (*.f64 b b) b) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (*.f64 b b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) c)) (/.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) c))) |
(neg.f64 (/.f64 (*.f64 b b) (-.f64 #s(literal 0 binary64) c))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) c)) |
(/.f64 b (/.f64 c b)) |
(/.f64 (*.f64 b b) c) |
(/.f64 (*.f64 b b) (/.f64 c #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 c (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 c (*.f64 (*.f64 b b) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 c (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) c) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 b c)) |
(*.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (*.f64 b b)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 b c) b) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 c (*.f64 b b))))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 b c)) |
(*.f64 (*.f64 (*.f64 b b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) c)) |
(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))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) |
(neg.f64 (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 a #s(literal 1/3 binary64)) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64)) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal -1 binary64)) |
(*.f64 a #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) a) |
(*.f64 #s(literal 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 (-.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 -1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal 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) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) #s(literal -3 binary64)) |
(*.f64 a (*.f64 a #s(literal -9 binary64))) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(*.f64 #s(literal -9 binary64) (*.f64 a a)) |
(*.f64 (*.f64 a #s(literal -9 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(neg.f64 (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 a #s(literal -1/3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.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) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a))) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(*.f64 a #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) a) |
(*.f64 #s(literal -3 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64))) |
(*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(*.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 -1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal -1/3 binary64) a)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
| 1× | egg-herbie |
| 7382× | *-lowering-*.f32 |
| 7382× | *-lowering-*.f64 |
| 4524× | +-lowering-+.f64 |
| 4524× | +-lowering-+.f32 |
| 1956× | distribute-lft-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1498 | 15232 |
| 1 | 5328 | 14331 |
| 0 | 8948 | 14331 |
| 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/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* 1/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 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b) |
(/ (+ (* -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)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -3 a) (+ (* 3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))))) |
(+ (* -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) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(+ (* -3 a) (* 3 a)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c)))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) c))))) |
(* 9/2 (/ (* (pow a 2) c) (pow b 2))) |
(* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a)))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))) |
(* (pow a 2) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b) |
(/ (+ (* -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))))))) b) |
(/ (+ (* -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))))))))) b) |
(* -3 a) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* -3 a) (+ (* 27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+ (* -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) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))) |
(* -3 a) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))) |
(+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -3 a) |
(* a (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3)) |
(* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3)) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(* -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/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 (/ (* (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) |
(* (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)))))))) |
(* -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))) |
(* -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))) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(/ (pow b 2) c) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* 3 a) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -9 (pow a 2)) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
| Outputs |
|---|
(* -1/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 (+.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 (*.f64 #s(literal -9/16 binary64) 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 c (*.f64 a (*.f64 a a))) (/.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))) |
(* -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) (*.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)))) (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 (*.f64 #s(literal -9/16 binary64) 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) (*.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)))) (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 #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))) |
(/ (+ (* -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 #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 (/ (* 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 (*.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)))) (*.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 (*.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)))) (*.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 (*.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))) |
(* -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 (*.f64 #s(literal -9/16 binary64) 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 (*.f64 #s(literal -9/16 binary64) 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 (*.f64 #s(literal -9/16 binary64) 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 (*.f64 #s(literal -9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) 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 (*.f64 #s(literal -9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) 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 (*.f64 #s(literal -9/16 binary64) a) b) (/.f64 (*.f64 c (*.f64 c c)) 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 #s(literal 9/16 binary64) (/.f64 (*.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 #s(literal 9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (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 #s(literal 9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (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 (*.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)))) |
(- (* 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 #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 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 #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)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* 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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #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) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 1 binary64)) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (*.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) (pow (sqrt -1) 2)) (sqrt -3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (-.f64 (*.f64 (*.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 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 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 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (-.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 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #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 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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))) #s(literal -1 binary64)))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.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 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c a) #s(literal -3/2 binary64))) (+.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -3) (pow (sqrt -1) 2)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 1 binary64)) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))) |
(*.f64 (+.f64 (*.f64 (*.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 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))))) |
(* -1 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (pow (sqrt -1) 2)) (sqrt -3)))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (pow (sqrt -1) 2)) (pow (sqrt -3) 3)))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (pow (sqrt -1) 2)) (pow (sqrt -3) 5)))) (* (sqrt (/ a c)) (* (sqrt -3) (pow (sqrt -1) 2)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 (pow.f64 b #s(literal 4 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 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 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 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/8 binary64)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (-.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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 (+.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) (-.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) 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 (* 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)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #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 (*.f64 #s(literal -1/9 binary64) (*.f64 b #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 #s(literal -1/2 binary64) (/.f64 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 #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 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 #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) (/.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 0 binary64) (*.f64 a a)))))) |
(* -2/3 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal -2/3 binary64)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 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 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b)))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a)) |
(+ (* -1/2 (/ c b)) (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (*.f64 #s(literal -1/9 binary64) (*.f64 b #s(literal 0 binary64))) (*.f64 a a))) |
(+ (* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (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 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b #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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (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 (sqrt.f64 (/.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)) 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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a)) a)) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* 3 (* a b))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 b a))) b) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* b (+ (* -3/2 (* (sqrt (/ a c)) (/ b (sqrt -3)))) (* 3 a)))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))))) b) |
(/ (+ (* -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) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))))) b) |
(+ (* -3 a) (* 3 a)) |
#s(literal 0 binary64) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 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 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* -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 #s(literal 0 binary64) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 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) |
(*.f64 a #s(literal 6 binary64)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 6 a)) |
(+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 6 a)))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (+.f64 (*.f64 a #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 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) (* 3 a)) |
#s(literal 0 binary64) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b))))) |
(+ (* -3 a) (+ (* 3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6))))))))) |
(+.f64 #s(literal 0 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* 3 (/ a c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (/.f64 (*.f64 a #s(literal 3 binary64)) c))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3 (/ a c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ a c)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))))) (+.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (*.f64 #s(literal 3/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))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) b)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 #s(literal -3 binary64) (+.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))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 a)) 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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (+.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ (* -1 (/ (+ (* -3/2 (* (sqrt (* a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* 3 a)) 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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) c)) c)) (neg.f64 c)) |
(* 9/2 (/ (* (pow a 2) c) (pow b 2))) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) |
(* (pow a 2) (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* (pow a 2) (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow c 3) (pow b 6))))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (/.f64 #s(literal 3 binary64) a))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 a)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (+.f64 (/.f64 #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 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) b)) |
(* (pow a 2) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.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 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (-.f64 (*.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 (*.f64 #s(literal -3/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 -3 binary64)) a))) |
(* (pow a 2) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (-.f64 (*.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 (/.f64 (+.f64 (*.f64 #s(literal 3/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 -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) a))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) b) |
(/ (+ (* -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))))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) b) |
(/ (+ (* -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))))))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) b) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 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 (*.f64 a #s(literal -3 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* -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 a #s(literal -3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 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) |
(*.f64 a #s(literal 3 binary64)) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (* 3 a)) |
(+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* -81/16 (/ (* (pow a 4) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 2) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 3) (pow c 2)) (pow b 4))) (* 3 a)))) |
(+.f64 (/.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))) (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(+ (* -3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2)))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) |
(+ (* -3 a) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 4))) (* 9/2 (/ (pow a 2) (pow b 2)))))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b))))) |
(+ (* -3 a) (* c (+ (* 9/2 (/ (pow a 2) (pow b 2))) (* c (+ (* 27/8 (/ (pow a 3) (pow b 4))) (* 81/16 (/ (* (pow a 4) c) (pow b 6)))))))) |
(+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 a a)) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 3/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))))))))) |
(* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 #s(literal 3/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 #s(literal -3/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))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) b)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (*.f64 (*.f64 #s(literal -3/2 binary64) (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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (*.f64 (*.f64 #s(literal -3/2 binary64) (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 3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (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)) b))) (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (* (pow b 3) (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (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 -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 5 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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (neg.f64 c)) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* a (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -3 binary64))) |
(* a (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3)) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)))) #s(literal -3 binary64))) |
(* a (- (* a (+ (* 9/2 (/ c (pow b 2))) (* a (+ (* 27/8 (/ (pow c 2) (pow b 4))) (* 81/16 (/ (* a (pow c 3)) (pow b 6))))))) 3)) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))))) #s(literal -3 binary64))) |
(* -3 (* (sqrt (* (pow a 3) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (*.f64 #s(literal 3/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 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* (pow a 2) (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(*.f64 (*.f64 a a) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (*.f64 #s(literal -3/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (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 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) b)) |
(* (pow a 2) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))) |
(*.f64 (*.f64 a a) (+.f64 (*.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 3/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))))))) |
(* (pow a 2) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 a a) (+.f64 (+.f64 (*.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 3/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 #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 (*.f64 b (*.f64 b b)) (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 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(*.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 (*.f64 b (*.f64 b b)) (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)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (*.f64 #s(literal 3/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 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) |
(+ (* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) (* -3/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64))) (*.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 (/.f64 #s(literal 1 binary64) 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 (*.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 #s(literal 27/8 binary64) (*.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 a #s(literal -3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 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 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) (*.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 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.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 a #s(literal -3 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 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))))) (-.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 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) b) (*.f64 (*.f64 b a) #s(literal -3 binary64))) |
(+ (* -3 (* a b)) (* c (+ (* 27/8 (/ (* (pow a 3) c) (pow b 3))) (* 9/2 (/ (pow a 2) b))))) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 a a) b)))) (*.f64 (*.f64 b a) #s(literal -3 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 c (+.f64 (*.f64 #s(literal 9/2 binary64) (/.f64 (*.f64 a a) b)) (*.f64 c (+.f64 (*.f64 (/.f64 #s(literal 27/8 binary64) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 (*.f64 b a) #s(literal -3 binary64))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (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)))))) |
(*.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 (*.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/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))))))) (*.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/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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 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/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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 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)) |
(* -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) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (+.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 (pow.f64 c #s(literal 5 binary64))))))) (*.f64 (*.f64 #s(literal -3/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 7 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #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 c b) #s(literal 9/2 binary64)))))) |
(* 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 c b) #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/16 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 3) c)) (sqrt -3))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (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)))))) |
(*.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 (*.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 #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 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 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 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #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 #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 (*.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 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 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/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 (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 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 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 (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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 (+.f64 (*.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 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 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) #s(literal 3/16 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 (*.f64 #s(literal -9/16 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #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 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 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 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a)) a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #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 (- (* -1 a) a)) (pow a 2))) |
(/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 b (-.f64 (-.f64 #s(literal 0 binary64) a) a))) (*.f64 a a)) |
(* -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) (-.f64 (-.f64 #s(literal 0 binary64) 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 (/ (- (* -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) (-.f64 (-.f64 #s(literal 0 binary64) 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 (/ (- (* -1 a) a) (pow a 2)))))))) |
(*.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 #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 (*.f64 #s(literal -1/3 binary64) (-.f64 (-.f64 #s(literal 0 binary64) a) a)) (*.f64 a a)))) (-.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 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b (*.f64 c a)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 (*.f64 #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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (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 (sqrt.f64 (/.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)) 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 #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 #s(literal -27/16 binary64) (/.f64 (*.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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #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 (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 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (-.f64 #s(literal 0 binary64) b)) |
(* (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 (*.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 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/8 binary64))) a)) a))) |
(* (sqrt (* (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 (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 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (/.f64 (*.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 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 (*.f64 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.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 #s(literal 9/8 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b 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 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 (*.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 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.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 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.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 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))) (/.f64 a c))))) |
(* -1 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (-.f64 #s(literal 0 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 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (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 (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) |
(* (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a 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 #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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a 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/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal -27/16 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 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/8 binary64)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (-.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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 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 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c 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 (+.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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) (-.f64 #s(literal 0 binary64) a)) |
(* -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))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(/ (pow b 2) c) |
(/.f64 (*.f64 b b) c) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* 3 a) |
(*.f64 a #s(literal 3 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(* -9 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -9 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)) |
Compiled 58079 to 5949 computations (89.8% saved)
91 alts after pruning (84 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1768 | 15 | 1783 |
| Fresh | 15 | 69 | 84 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1784 | 91 | 1875 |
| Status | Accuracy | Program |
|---|---|---|
| 31.8% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 31.6% | (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)))) | |
| 31.3% | (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) b)) | |
| ✓ | 31.7% | (/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
| 32.1% | (/.f64 (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)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 32.1% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 32.2% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.8% | (/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 30.0% | (/.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))) | |
| 30.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 31.5% | (/.f64 (/.f64 (-.f64 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) | |
| 29.9% | (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 95.1% | (/.f64 (/.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 a a) (/.f64 (*.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))) (pow.f64 b #s(literal 6 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.4% | (/.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) | |
| 30.0% | (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| 30.4% | (/.f64 (/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 90.2% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.0% | (/.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))) | |
| 90.3% | (/.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)) | |
| 29.9% | (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 81.5% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 81.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 81.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 30.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
| 29.9% | (/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) | |
| 20.3% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 30.3% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) | |
| 29.7% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) | |
| 29.9% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 29.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 3 binary64) b)) | |
| 29.9% | (/.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))))) | |
| 30.2% | (/.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))) | |
| ▶ | 30.8% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
| ✓ | 30.3% | (/.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))))) |
| 30.3% | (/.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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) | |
| 31.4% | (/.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)) | |
| 30.0% | (/.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))) | |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.3% | (/.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))) | |
| 30.6% | (/.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)))))))) | |
| ✓ | 30.7% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
| 93.9% | (/.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) | |
| 29.5% | (/.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)) | |
| 31.4% | (/.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)))) | |
| 30.3% | (/.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)) | |
| 94.6% | (/.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))) | |
| 30.1% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) | |
| 29.8% | (/.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))) | |
| 90.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) | |
| 29.4% | (/.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)))) | |
| 30.0% | (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.4% | (/.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)))) | |
| 30.4% | (/.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)) | |
| 30.1% | (/.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 #s(literal 1/3 binary64) a))) | |
| 29.9% | (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (/.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 #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| ✓ | 82.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 90.2% | (/.f64 (*.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))))) (*.f64 #s(literal 3 binary64) a)) | |
| 93.5% | (/.f64 (*.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))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 90.3% | (/.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)) | |
| 30.0% | (/.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)))) | |
| 30.1% | (/.f64 #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) (/.f64 a b)))) | |
| ▶ | 31.3% | (/.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)))) |
| ▶ | 81.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| 30.0% | (/.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))))) | |
| 29.9% | (-.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)))) | |
| 30.6% | (+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) | |
| 31.3% | (+.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))))) | |
| 31.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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 90.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)))) | |
| 93.9% | (+.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)))))) | |
| ▶ | 95.5% | (+.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)))))) |
| 95.0% | (*.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.9% | (*.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))))))) | |
| 30.1% | (*.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 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 30.0% | (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) | |
| 30.1% | (*.f64 (/.f64 b a) (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))) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ✓ | 81.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 29.9% | (*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 30.7% | (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) | |
| 30.0% | (*.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)) | |
| 90.4% | (*.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))) | |
| 93.6% | (*.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))) | |
| 95.3% | (*.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))) | |
| 81.8% | (*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
Compiled 5586 to 3299 computations (40.9% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 384 | (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | cost-diff | 512 | (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a)) |
| ✓ | cost-diff | 640 | (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) |
| ✓ | cost-diff | 2048 | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
| ✓ | cost-diff | 256 | (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) |
| ✓ | cost-diff | 320 | (+.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)) |
| ✓ | cost-diff | 320 | (/.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))) |
| ✓ | cost-diff | 448 | (/.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)))) |
| ✓ | cost-diff | 0 | (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) |
| ✓ | cost-diff | 128 | (/.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)))))))) |
| ✓ | cost-diff | 0 | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 128 | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 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)))))) |
| 4794× | *-lowering-*.f32 |
| 4794× | *-lowering-*.f64 |
| 1972× | /-lowering-/.f32 |
| 1972× | /-lowering-/.f64 |
| 1912× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 68 | 622 |
| 1 | 191 | 586 |
| 2 | 648 | 543 |
| 3 | 4963 | 524 |
| 0 | 8832 | 524 |
| 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 |
(/ 1 (/ b (* c -1/2))) |
1 |
(/ b (* c -1/2)) |
b |
(* c -1/2) |
c |
-1/2 |
(/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))) |
(/ 1 a) |
1 |
a |
(/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))) |
-3 |
(- b (sqrt (+ (* b b) (* c (* a -3))))) |
b |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
(* c (* a -3)) |
c |
(* a -3) |
(/ 1 (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)))) |
1 |
(/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))) |
(* a -9) |
a |
-9 |
(+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)) |
(neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
-3 |
3 |
(/ (/ b (/ 1/3 a)) a) |
(/ b (/ 1/3 a)) |
(/ 1/3 a) |
1/3 |
(/ (- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b a)))) |
(- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) |
(* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) |
(* a (sqrt (+ (* b b) (* c (/ a -1/3))))) |
a |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(+ (* b b) (* c (/ a -1/3))) |
(* b b) |
b |
(* c (/ a -1/3)) |
c |
(/ a -1/3) |
-1/3 |
(/ 3 (/ b a)) |
3 |
(/ b a) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ a a)) |
(* (/ a (/ b (/ a 1/3))) b) |
(/ a (/ b (/ a 1/3))) |
(/ b (/ a 1/3)) |
(/ a 1/3) |
1/3 |
(/ a a) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b a))) |
| 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 a (*.f64 #s(literal -135/128 binary64) (*.f64 c 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))) (*.f64 c a)))) |
(/ (* c -1/2) b) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(* 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 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal -135/128 binary64) (*.f64 c 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))) |
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 c) (+.f64 (*.f64 c (*.f64 a (*.f64 #s(literal -135/128 binary64) (*.f64 c 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))) |
(* 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 a (*.f64 #s(literal -135/128 binary64) (*.f64 c 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 a (*.f64 #s(literal -135/128 binary64) (*.f64 c 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 a (*.f64 #s(literal -135/128 binary64) (*.f64 c a)))) |
(* -135/128 (* a a)) |
(*.f64 a (*.f64 a #s(literal -135/128 binary64))) |
-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) |
(/ 1 (/ b (* c -1/2))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
1 |
#s(literal 1 binary64) |
(/ b (* c -1/2)) |
(/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
b |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
(/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))) |
(/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))))) |
-3 |
#s(literal -3 binary64) |
(- b (sqrt (+ (* b b) (* c (* a -3))))) |
(-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) |
b |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* b b) |
(*.f64 b b) |
(* c (* a -3)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
(/ 1 (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) (/.f64 b #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 binary64))) |
1 |
#s(literal 1 binary64) |
(/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))) |
(/.f64 (*.f64 a #s(literal -9 binary64)) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) (/.f64 b #s(literal 1/3 binary64)))) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
a |
-9 |
#s(literal -9 binary64) |
(+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)) |
(+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) (/.f64 b #s(literal 1/3 binary64))) |
(neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) |
(*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) 3) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) #s(literal 3 binary64)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
3 |
#s(literal 3 binary64) |
(/ (/ b (/ 1/3 a)) a) |
(/.f64 b #s(literal 1/3 binary64)) |
(/ b (/ 1/3 a)) |
(/.f64 (*.f64 b a) #s(literal 1/3 binary64)) |
(/ 1/3 a) |
(/.f64 #s(literal 1/3 binary64) a) |
1/3 |
#s(literal 1/3 binary64) |
(/ (- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b 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 -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64)))) |
(* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b a))) |
(* a (sqrt (+ (* b b) (* c (/ a -1/3))))) |
(*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))))) |
a |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64)))) |
(+ (* b b) (* c (/ a -1/3))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 c a) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
b |
(* c (/ a -1/3)) |
(/.f64 (*.f64 c a) #s(literal -1/3 binary64)) |
c |
(/ a -1/3) |
(/.f64 a #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(/ 3 (/ b a)) |
(/.f64 #s(literal 3 binary64) (/.f64 b a)) |
3 |
#s(literal 3 binary64) |
(/ b a) |
(/.f64 b a) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ a a)) |
(/.f64 (*.f64 a a) #s(literal 1/3 binary64)) |
(* (/ a (/ b (/ a 1/3))) b) |
(/.f64 (*.f64 a a) #s(literal 1/3 binary64)) |
(/ a (/ b (/ a 1/3))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b a)) |
(/ b (/ a 1/3)) |
(/.f64 b (/.f64 a #s(literal 1/3 binary64))) |
(/ a 1/3) |
(/.f64 a #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ a a) |
#s(literal 1 binary64) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b a))) |
(*.f64 a (/.f64 (*.f64 (*.f64 a a) #s(literal 9 binary64)) b)) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (/.f64 a #s(literal -1/3 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) |
| ✓ | accuracy | 67.4% | (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) |
| ✓ | accuracy | 99.8% | (/.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)))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1/3 binary64) a) |
| ✓ | accuracy | 99.7% | (/.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))) |
| ✓ | accuracy | 67.5% | (+.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)) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | accuracy | 99.9% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.7% | (/.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)))))))) |
| ✓ | accuracy | 67.5% | (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | accuracy | 100.0% | (/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 c #s(literal -1/2 binary64)) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 99.8% | (*.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 | 99.8% | (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
| ✓ | accuracy | 99.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))) |
| 1.1s | 142× | 5 | exit |
| 286.0ms | 88× | 1 | valid |
| 42.0ms | 26× | 0 | valid |
Compiled 712 to 69 computations (90.3% saved)
ival-mult: 169.0ms (28.8% of total)ival-div: 139.0ms (23.7% of total)backward-pass: 139.0ms (23.7% of total)...c/correct-round.rkt:119:19: 65.0ms (11.1% of total)ival-add: 33.0ms (5.6% of total)ival-sub: 20.0ms (3.4% of total)ival-sqrt: 12.0ms (2% of total)ival-pow: 6.0ms (1% of total)const: 3.0ms (0.5% of total)ival-neg: 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 (/ 1 (/ b (* c -1/2)))> |
#<alt (/ b (* c -1/2))> |
#<alt (/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))))> |
#<alt (/ 1 a)> |
#<alt (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))> |
#<alt (- b (sqrt (+ (* b b) (* c (* a -3)))))> |
#<alt (/ 1 (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))))> |
#<alt (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)))> |
#<alt (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))> |
#<alt (/ (/ b (/ 1/3 a)) a)> |
#<alt (/ (- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b a))))> |
#<alt (- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a)))> |
#<alt (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))> |
#<alt (* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b 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))> |
#<alt (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))> |
#<alt (* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7)))> |
#<alt (* c (* a -3))> |
#<alt (/ 1/3 a)> |
#<alt (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a)))> |
#<alt (/ a -1/3)> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -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 (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -2 (/ b c))> |
#<alt (* -1/2 (/ c 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 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (/ 1 a)> |
#<alt (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (* c (pow (sqrt -3) 2))))))> |
#<alt (+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* -1 (* b (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2))))))))> |
#<alt (+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* -1 (* b (+ (* 3/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2))))))))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (* b (- (* 3/2 (/ 1 (pow b 2))) (* 2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -9/4 (* a c)) (* 9/8 (* a c))) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -9/4 (* a c)) (* 9/8 (* a c)))))) (+ (* -2/3 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 27/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 3/2 (/ 1 (pow b 2)))) (+ (* -9/4 (/ (* a c) (pow b 4))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c)))))))> |
#<alt (/ -3/2 b)> |
#<alt (* -1 (/ (+ 3/2 (* 9/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 3/2 (* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -9/8 (/ (* a c) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ 3/2 (* -1 (/ (+ (* -81/32 (* (pow a 3) (pow c 3))) (* -81/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/8 (/ (* a c) (pow b 2))))) b))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c)> |
#<alt (/ (+ (* -2 (/ b a)) (* c (+ (* -1 (* c (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c)> |
#<alt (/ (+ (* -2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 27/16 (/ (pow a 2) (pow b 5))))))) (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c)> |
#<alt (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (pow (sqrt -3) 2))))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (* -3 (/ b (* a (pow (sqrt -3) 2))))) c)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* a (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c)> |
#<alt (* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a (pow (sqrt 3) 2))))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a)> |
#<alt (/ (+ (* -2 (/ b c)) (* a (+ (* -1 (* a (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a)> |
#<alt (/ (+ (* -2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a)> |
#<alt (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) a)> |
#<alt (/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a)> |
#<alt (* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* c (pow (sqrt 3) 2))))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a))> |
#<alt (* -1 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (- b (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (- (* b (+ 1 (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (- (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (/ (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (* a c))) 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 (/ (- (* 1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -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 (* 2 b)> |
#<alt (* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2)))> |
#<alt (* -1 (* b (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))))> |
#<alt (* -1 (* b (- (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -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 (- (* 9/8 (/ (* (pow a 2) c) (pow b 3))) (* -3/2 (/ a b))))> |
#<alt (* c (- (* c (- (* 27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b))))> |
#<alt (* c (- (* c (- (* c (- (* 1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -27/16 (/ (pow a 3) (pow b 5))))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b))))> |
#<alt (* -1 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (- (/ b c) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (/ b c)) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b c)) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (- (* -1 (/ (+ b (* -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))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* 3/2 (/ (* a c) b))> |
#<alt (* a (- (* 9/8 (/ (* a (pow c 2)) (pow b 3))) (* -3/2 (/ c b))))> |
#<alt (* a (- (* a (- (* 27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b))))> |
#<alt (* a (- (* a (- (* a (- (* 1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -27/16 (/ (pow c 3) (pow b 5))))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b))))> |
#<alt (* -1 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (- (/ b a) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (/ b a)) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))> |
#<alt (* -1 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (- (* -1 (/ (+ b (* -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))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -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 (* -2 (/ b c))> |
#<alt (+ (* -2 (/ b c)) (* 3/2 (/ a b)))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* 9 (* a (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3)))))) (* 3/2 (/ 1 b)))))> |
#<alt (+ (* -2 (/ b c)) (* a (+ (* a (+ (* 9 (* a (+ (* -3/4 (/ (* c (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow c 2) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))))))) (* 9 (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))))) (* 3/2 (/ 1 b)))))> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2)))))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)))> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2)))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* 9 (* b (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -9 (* b (- (* 1/6 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (* 9 (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2)))))))> |
#<alt (* -2 (/ b c))> |
#<alt (* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* 3/2 (/ a (pow b 2))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4)))) (* 2 (/ 1 c))))> |
#<alt (* b (- (+ (* 3/2 (/ a (pow b 2))) (+ (* 9 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c)))))) (+ (* -3/16 (* (pow a 3) (pow c 2))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))))) (pow b 6))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4))))) (* 2 (/ 1 c))))> |
#<alt (* -3/2 (/ a b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b))> |
#<alt (* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* -9 (/ (+ (* -9/32 (* (pow a 4) (pow c 3))) (* -9/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b))> |
#<alt (* -2 (/ b c))> |
#<alt (/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* 9 (* c (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))))))) c)> |
#<alt (/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* 9 (* c (+ (* -3/4 (/ (* a (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow a 3) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)))))) (* 9 (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3)))))))))) c)> |
#<alt (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))> |
#<alt (/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c)> |
#<alt (/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))))) c)> |
#<alt (/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3)))))) c)> |
#<alt (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c)) (* 9 (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (- (* 3 b) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (- (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (- (* b (+ 3 (* b (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))) (* 3 (* (sqrt (* a c)) (sqrt -3))))> |
#<alt (* 9/2 (/ (* a c) b))> |
#<alt (/ (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -9/2 (* a c))) b)> |
#<alt (/ (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (- (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)> |
#<alt (* 6 b)> |
#<alt (* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 6)))> |
#<alt (* -1 (* b (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 6 (* -9/2 (/ (* a c) (pow b 2)))))))> |
#<alt (* -1 (* b (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt (* 9/2 (/ (* a c) b))> |
#<alt (* c (- (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* -9/2 (/ a b))))> |
#<alt (* c (- (* c (- (* 81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b))))> |
#<alt (* c (- (* c (- (* c (- (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -81/16 (/ (pow a 3) (pow b 5))))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (- (* 3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b c))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b c))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (- (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 9/2 (/ (* a c) b))> |
#<alt (* a (- (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* -9/2 (/ c b))))> |
#<alt (* a (- (* a (- (* 81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b))))> |
#<alt (* a (- (* a (- (* a (- (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -81/16 (/ (pow c 3) (pow b 5))))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (- (* 3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (- (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (- (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* 3 b)> |
#<alt (* -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/9 (/ (* b (- (* -3 (pow a 2)) (* 3 (pow a 2)))) (pow a 3)))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3))))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3)))))))> |
#<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/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3))))))))> |
#<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 (* -9/2 (/ (* (pow a 3) c) (pow b 2)))> |
#<alt (* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4)))))> |
#<alt (* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4)))))))> |
#<alt (* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 6))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2)))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 3) (- (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 3) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (* 3 (/ 1 a))))> |
#<alt (* (pow a 3) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))) (* 3 (/ 1 a))))> |
#<alt (* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* (pow a 3) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (pow a 2) b)) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b)> |
#<alt (/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ b (sqrt -3)))) (* 3 (pow a 2))))) b)> |
#<alt (/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 2))))) b)> |
#<alt (* -9/2 (/ (* (pow a 3) c) (pow b 2)))> |
#<alt (/ (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2)))) (pow b 2))> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))))) (pow b 2))> |
#<alt (/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 2) (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2))> |
#<alt (- (* -3 (pow a 2)) (* 3 (pow a 2)))> |
#<alt (- (+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))) (* 3 (pow a 2)))> |
#<alt (- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))) (* 3 (pow a 2)))> |
#<alt (- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) (* 3 (pow a 2)))> |
#<alt (* -9/2 (/ (* (pow a 3) c) (pow b 2)))> |
#<alt (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4)))))> |
#<alt (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4)))))))> |
#<alt (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -27/8 (/ (pow a 4) (pow b 4))) (* c (+ (* -81/16 (/ (pow a 5) (pow b 6))) (* -3/2 (/ (* (pow a 2) (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2)))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (/ (pow a 2) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))))> |
#<alt (* c (- (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))) (* 3 (/ (pow a 2) c))))> |
#<alt (* c (- (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) (* 3 (/ (pow a 2) c))))> |
#<alt (* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ (pow a 2) c)))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 3 (pow a 2))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<alt (* 9 (/ (pow a 3) b))> |
#<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 (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -135/128 (* (pow a 2) (pow c 2)))> |
#<alt (* -9/16 (* a (* (pow b 2) c)))> |
#<alt (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))> |
#<alt (* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2))))> |
#<alt (* (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) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (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) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (* -9/16 (* a (* (pow b 2) c)))> |
#<alt (* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c))))> |
#<alt (* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c))))> |
#<alt (* -9/16 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2))))))> |
#<alt (* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2))))))> |
#<alt (* -3/8 (pow b 4))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4)))> |
#<alt (* -9/16 (* a (* (pow b 2) c)))> |
#<alt (* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a))))> |
#<alt (* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a))))> |
#<alt (* -9/16 (* a (* (pow b 2) c)))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c)))))> |
#<alt (* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c)))))> |
#<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 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a c))> |
#<alt (* -3 (* a 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 (pow a 2))> |
#<alt (* (pow a 2) (+ 3 (* -9/2 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4)))))))> |
#<alt (* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4)))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))))> |
#<alt (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))))> |
#<alt (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))))))> |
#<alt (* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b)> |
#<alt (/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3))))))) b)> |
#<alt (/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b)> |
#<alt (* 3 (pow a 2))> |
#<alt (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2)))> |
#<alt (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2))))> |
#<alt (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2)))))> |
#<alt (* -3 (pow a 2))> |
#<alt (+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))> |
#<alt (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))))> |
#<alt (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6))))))> |
#<alt (* 3 (pow a 2))> |
#<alt (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2)))> |
#<alt (+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4))))))> |
#<alt (+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4))))))))> |
#<alt (* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))))> |
#<alt (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))))))> |
#<alt (* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))))> |
#<alt (* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))))> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
186 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 25.0ms | b | @ | 0 | (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))) |
| 18.0ms | b | @ | inf | (/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))) |
| 12.0ms | c | @ | inf | (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b)))) |
| 4.0ms | c | @ | 0 | (+ (/ (* 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))))) |
| 2.0ms | c | @ | -inf | (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))) |
| 1× | batch-egg-rewrite |
| 3584× | *-lowering-*.f32 |
| 3584× | *-lowering-*.f64 |
| 3104× | /-lowering-/.f32 |
| 3104× | /-lowering-/.f64 |
| 1072× | frac-2neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 68 | 379 |
| 1 | 322 | 349 |
| 2 | 1801 | 319 |
| 0 | 8481 | 319 |
| 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)))) |
(/ 1 (/ b (* c -1/2))) |
(/ b (* c -1/2)) |
(/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))) |
(/ 1 a) |
(/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))) |
(- b (sqrt (+ (* b b) (* c (* a -3))))) |
(/ 1 (/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)))) |
(/ (* a -9) (+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a))) |
(+ (neg (* (sqrt (+ (* b b) (* c (* a -3)))) 3)) (/ (/ b (/ 1/3 a)) a)) |
(/ (/ b (/ 1/3 a)) a) |
(/ (- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b a)))) |
(- (* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) (* (* (/ a (/ b (/ a 1/3))) b) (/ a a))) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ a a)) |
(* (* (/ a (/ b (/ a 1/3))) b) (/ 3 (/ b 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)))) |
(* (* c c) (/ (+ (* (* -135/128 (* a a)) (* c c)) (* (* b b) (+ (* (* c a) -9/16) (* -3/8 (* b b))))) (pow b 7))) |
(* c (* a -3)) |
(/ 1/3 a) |
(* (* a (sqrt (+ (* b b) (* c (/ a -1/3))))) (/ 3 (/ b a))) |
(/ a -1/3) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 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 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 c (*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 a (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (*.f64 c c) (*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) a) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (*.f64 c a) (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c c)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c))) a (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 a (*.f64 c c)) (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 c b) #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 c #s(literal 1/2 binary64)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 a (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 c c) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal -7 binary64)) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a))) (*.f64 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 #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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c #s(literal 1/2 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) b) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a))) (*.f64 (/.f64 #s(literal -2 binary64) c) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) b) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (*.f64 c #s(literal -1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) b)) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) #s(literal -1 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 c #s(literal 1/2 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (*.f64 c #s(literal 1/2 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 c c)) (/.f64 #s(literal -2 binary64) c)) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal -2 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 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 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal -2 binary64) c)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal 1 binary64) b))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal -2 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (/.f64 b (*.f64 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 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (/.f64 #s(literal -2 binary64) c)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal 1 binary64) b))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal -2 binary64) c))) |
(/.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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal -2 binary64) c)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 1 binary64) b))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -2 binary64) c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a) (/.f64 b (*.f64 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 b (*.f64 c #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a) (/.f64 #s(literal -2 binary64) c)) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal 1 binary64) b))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 #s(literal -2 binary64) c))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.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)) |
(neg.f64 (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) #s(literal 1 binary64))) |
(/.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 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(/.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)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) c))) |
(pow.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.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 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #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/2 binary64) b) c) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #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 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) c) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2 binary64) c)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 c #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal -1 binary64)) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 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 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal -1/2 binary64)) |
(neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 a (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a))) |
(/.f64 (*.f64 a (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (neg.f64 (*.f64 a (*.f64 c c))) (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) a)) |
(*.f64 a (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c)))) |
(*.f64 (*.f64 c c) (*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c))) a) |
(*.f64 (*.f64 a (*.f64 c c)) (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 c c)) |
(*.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 (*.f64 a (*.f64 c c)) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) a) (pow.f64 b #s(literal -7 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)) |
(neg.f64 (/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) #s(literal 1 binary64))) |
(/.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 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(/.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)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) b)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) c))) |
(pow.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.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 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #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/2 binary64) b) c) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #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 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1/2 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) c) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(neg.f64 (/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 b (*.f64 c #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(/.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 c #s(literal 1/2 binary64))) |
(/.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (/.f64 b c) #s(literal -1/2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) #s(literal 1/2 binary64)) |
(/.f64 (/.f64 b #s(literal -1/2 binary64)) c) |
(/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) c)) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c))) #s(literal -1/2 binary64)) |
(/.f64 (neg.f64 (/.f64 b #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 b (/.f64 #s(literal -2 binary64) c)) |
(*.f64 b (pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal 1 binary64))) |
(*.f64 b (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(*.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 b (*.f64 c #s(literal 1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 b (*.f64 c #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) c))) |
(*.f64 (/.f64 #s(literal -2 binary64) c) b) |
(*.f64 (/.f64 b c) #s(literal -2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) #s(literal 2 binary64)) |
(*.f64 (/.f64 b #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64))) |
(*.f64 #s(literal -2 binary64) (/.f64 b c)) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 b #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 #s(literal -1/2 binary64) b) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/2 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) c) #s(literal -1 binary64)) #s(literal -2 binary64)) |
(*.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal 1 binary64)) b) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 b c) #s(literal 1 binary64)) #s(literal -2 binary64)) |
(+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.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 b (/.f64 a #s(literal -1/3 binary64))) (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 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b))) |
(+.f64 (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (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 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (/.f64 b #s(literal 1/3 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 3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (+.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 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))) (/.f64 (+.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 #s(literal 9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(-.f64 (/.f64 (/.f64 b #s(literal -3 binary64)) a) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) a)) |
(fma.f64 b (/.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)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1/9 binary64) a) (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(fma.f64 (/.f64 b #s(literal 1/3 binary64)) (/.f64 #s(literal -1/9 binary64) a) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64)))) |
(fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (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)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (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)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 1/3 binary64) (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)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(fma.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b))) |
(fma.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #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 #s(literal 9 binary64)))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(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)))) (-.f64 #s(literal 0 binary64) b)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (*.f64 (-.f64 b (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 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.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 #s(literal -1/9 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 (+.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))) a))) |
(/.f64 #s(literal 1 binary64) (/.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/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (+.f64 (*.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 #s(literal -9 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (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 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) a) |
(/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1 binary64) (+.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 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 b (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 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) a) #s(literal -9 binary64)) |
(/.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 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.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 (neg.f64 (/.f64 (+.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))) a)) #s(literal 9 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.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 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64))) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 #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 0 binary64) b))) |
(*.f64 (+.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 #s(literal -1/9 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a) #s(literal -1 binary64))) |
(*.f64 #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))))) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (*.f64 (-.f64 b (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 (/.f64 #s(literal 1 binary64) a) (-.f64 b (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 -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) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1/9 binary64) (pow.f64 (/.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)))) #s(literal -1 binary64))) |
(*.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) (pow.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a)) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(neg.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64))) |
(/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(/.f64 #s(literal -9 binary64) (+.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 #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) b))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 9 binary64) (+.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)))) |
(pow.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))))) |
(*.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -9 binary64) (/.f64 #s(literal 1 binary64) (+.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 #s(literal 3 binary64) (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (/.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) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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 b (-.f64 #s(literal 0 binary64) (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))))) b) |
(-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(-.f64 b (/.f64 (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 0 binary64) b))) |
(fma.f64 b #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 #s(literal 1 binary64) b (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) |
(neg.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) |
(/.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.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 b (/.f64 a #s(literal -1/3 binary64))) (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 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b))) |
(+.f64 (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(+.f64 (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (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 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (/.f64 b #s(literal 1/3 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 3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (+.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 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 9 binary64))) (/.f64 (+.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 #s(literal 9 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(-.f64 (/.f64 (/.f64 b #s(literal -3 binary64)) a) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) a)) |
(fma.f64 b (/.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)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1/9 binary64) a) (/.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(fma.f64 (/.f64 b #s(literal 1/3 binary64)) (/.f64 #s(literal -1/9 binary64) a) (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal -9 binary64)))) |
(fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (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)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (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)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 1/3 binary64) (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)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(fma.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1/3 binary64) b))) |
(fma.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #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 #s(literal 9 binary64)))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(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)))) (-.f64 #s(literal 0 binary64) b)))) |
(neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (*.f64 (-.f64 b (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 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.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 #s(literal -1/9 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 (+.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))) a))) |
(/.f64 #s(literal 1 binary64) (/.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/3 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (+.f64 (*.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 #s(literal -9 binary64))) |
(/.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (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 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) a) |
(/.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 #s(literal 1 binary64) (+.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 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(/.f64 (*.f64 (-.f64 b (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 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) a) #s(literal -9 binary64)) |
(/.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 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.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 (neg.f64 (/.f64 (+.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))) a)) #s(literal 9 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.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 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64))) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 #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 0 binary64) b))) |
(*.f64 (+.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 #s(literal -1/9 binary64) a)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a) #s(literal -1 binary64))) |
(*.f64 #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))))) (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (*.f64 (-.f64 b (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 (/.f64 #s(literal 1 binary64) a) (-.f64 b (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 -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) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1/9 binary64) (pow.f64 (/.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)))) #s(literal -1 binary64))) |
(*.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) (pow.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (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 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 (/.f64 #s(literal -3 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 (/.f64 #s(literal 0 binary64) (+.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 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(neg.f64 (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(neg.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 #s(literal -1 binary64) a))) |
(neg.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal 1 binary64))) |
(neg.f64 (/.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 #s(literal 1 binary64) a))) |
(neg.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)))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 a (/.f64 (-.f64 b (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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal -3 binary64) (neg.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 #s(literal 0 binary64) b))))) |
(/.f64 (/.f64 #s(literal -3 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 (*.f64 a #s(literal -9 binary64)) (+.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 #s(literal 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)))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (/.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 0 binary64) b))) |
(/.f64 #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))))) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 3 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 (*.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 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(*.f64 a (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a)) |
(*.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a) |
(*.f64 #s(literal -9 binary64) (/.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 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) (+.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 (*.f64 a #s(literal -9 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.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 #s(literal 3 binary64) (/.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)))) (-.f64 #s(literal 0 binary64) b))))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(*.f64 (*.f64 a (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) #s(literal -1 binary64)) |
(*.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 #s(literal 1 binary64) (+.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 a #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.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 (/.f64 #s(literal 1 binary64) (+.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 #s(literal -9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.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)))) (pow.f64 (/.f64 #s(literal -1/9 binary64) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1/9 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.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 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64))))) |
(+.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 (/.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 (+.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))) (fma.f64 #s(literal -3 binary64) (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)))) #s(literal 3 binary64)))) |
(+.f64 (+.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))) (fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 3 binary64) (*.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) (+.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)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.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))))) #s(literal -1 binary64))) |
(-.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 (/.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 #s(literal 0 binary64) (+.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 #s(literal 0 binary64) (/.f64 (+.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))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 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)))) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(fma.f64 b (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 #s(literal 1 binary64) (/.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)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.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))) |
(fma.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))) |
(fma.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #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 3 binary64)) #s(literal -1 binary64) (/.f64 b #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(fma.f64 (/.f64 b #s(literal 1/3 binary64)) #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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)))) #s(literal 3 binary64)) (/.f64 b #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal -1 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.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))))) #s(literal 3 binary64) (/.f64 b #s(literal 1/3 binary64))) |
(neg.f64 (+.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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.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 (+.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))) #s(literal 1 binary64)) |
(/.f64 (+.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))) #s(literal -1 binary64)) |
(pow.f64 (+.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))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.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)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.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 (+.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))) #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)))) #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 b #s(literal 1/3 binary64)) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1/3 binary64) b)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 b #s(literal -1/3 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (/.f64 b a) (/.f64 #s(literal -1/3 binary64) a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 b #s(literal -1/3 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 a #s(literal -1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 b (/.f64 (/.f64 a #s(literal 1/3 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/3 binary64)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b #s(literal 1/3 binary64)) #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal -1 binary64) a) #s(literal 0 binary64)) |
(neg.f64 (/.f64 b #s(literal -1/3 binary64))) |
(neg.f64 (/.f64 (/.f64 b a) (/.f64 #s(literal -1/3 binary64) a))) |
(neg.f64 (/.f64 b (/.f64 a (/.f64 a #s(literal -1/3 binary64))))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 b #s(literal 1/3 binary64)) |
(/.f64 b (/.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) b)) |
(/.f64 #s(literal 1 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) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) |
(/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) |
(/.f64 (/.f64 b a) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) b))) |
(/.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1/3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64))) a) |
(pow.f64 (/.f64 #s(literal 1/3 binary64) b) #s(literal -1 binary64)) |
(*.f64 b #s(literal 3 binary64)) |
(*.f64 b (/.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b #s(literal 1/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 b #s(literal 1/3 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 b #s(literal -1/3 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/3 binary64) b)))) |
(*.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.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 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 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 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (neg.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (*.f64 (/.f64 b a) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(fma.f64 a (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 b (/.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 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b 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)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 a (*.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 a (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #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 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(neg.f64 (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal -3 binary64)) (/.f64 b a))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a b) (/.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))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)))) |
(/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 a (/.f64 b #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64))) (*.f64 #s(literal -3 binary64) (/.f64 a b))) |
(/.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 b (/.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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal 3 binary64)) (/.f64 a b)) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(/.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 a b)) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(/.f64 (-.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a))) |
(/.f64 (-.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (*.f64 b (/.f64 a (/.f64 b #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a (/.f64 b #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b (/.f64 a #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)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.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 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.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 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #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)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.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 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a))) |
(/.f64 (-.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 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (/.f64 a b) (/.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)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 a b)) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #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)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.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)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 b (/.f64 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) a)) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))))) (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (neg.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal 3 binary64))) (-.f64 #s(literal 0 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))))) |
(*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (pow.f64 (/.f64 (*.f64 b (/.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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) (/.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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) #s(literal -3 binary64)) (-.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b a) (/.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.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))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.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))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (*.f64 b a) (/.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.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 b) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.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)) b) a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) (fma.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) a (*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) a))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) (fma.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (*.f64 b a) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) (fma.f64 (/.f64 b #s(literal -1/3 binary64)) (*.f64 a (/.f64 a b)) (*.f64 (/.f64 b #s(literal 1/3 binary64)) (*.f64 a (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 b (/.f64 a b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a b))))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) (fma.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 b a) b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b a) b)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) (fma.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 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 b 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 #s(literal 1/3 binary64) a)) a) (*.f64 (/.f64 b a) a)) (/.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 b a) a))) |
(fma.f64 b (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 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)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) (/.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 b (/.f64 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 (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 a b) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.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 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 b a) (/.f64 b (/.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 a (/.f64 b #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(fma.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 a b) (/.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)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(fma.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 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)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (/.f64 (*.f64 b 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)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b 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)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b) (/.f64 (*.f64 b 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)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.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 b) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 a (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 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (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 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) b) (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 3 binary64))) a (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.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)) b) a (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.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)) b) a (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.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)) b) a (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a) (neg.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b a) 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) a)) a) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) 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 #s(literal 1/3 binary64) a)) a) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 b a) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 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))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 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))) (*.f64 b 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))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 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))) (-.f64 #s(literal 0 binary64) (*.f64 b 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))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 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))) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b 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))) a)) |
(/.f64 (+.f64 (*.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 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/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 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.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))))) a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.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 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 b 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 #s(literal 1/3 binary64) a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 b a) (*.f64 b a))) (*.f64 (/.f64 b 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 #s(literal 1/3 binary64) a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (+.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)) a) (*.f64 (/.f64 b a) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (/.f64 b a) a)) |
(/.f64 (+.f64 (*.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 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) a)) |
(/.f64 (+.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 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 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 #s(literal 1/3 binary64) a)) b) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) 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 #s(literal 1/3 binary64) a)) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.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 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.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)))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.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))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b 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 #s(literal 1/3 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 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)) b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.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)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.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))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.f64 b 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 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 b a))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal 1/3 binary64) a)) b))) (*.f64 (/.f64 b a) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.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)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.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))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 b 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 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) a)) (*.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 #s(literal 1/3 binary64) a)) b))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (/.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)))) a) (*.f64 a (/.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))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (/.f64 b a)) (*.f64 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 b a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (-.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)))) (/.f64 a #s(literal -1/3 binary64))))) (*.f64 a (-.f64 #s(literal 0 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) (/.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 #s(literal 1/3 binary64) a)) b))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (/.f64 b (/.f64 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))) b)) (*.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))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) |
(/.f64 (-.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b 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 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))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(/.f64 (-.f64 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))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 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))) a)) |
(/.f64 (-.f64 (/.f64 b (/.f64 a #s(literal 1/3 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))) (*.f64 b 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))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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))) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b 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))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 b (/.f64 a #s(literal -1/3 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))) (-.f64 #s(literal 0 binary64) (*.f64 b 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))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (-.f64 (/.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))) (/.f64 (*.f64 b a) b))) (*.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))) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 #s(literal 1/3 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))) (/.f64 (*.f64 b a) (/.f64 b 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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 b (/.f64 a #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 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.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 #s(literal 0 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/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 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b a) b))) (*.f64 (/.f64 b (/.f64 a #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))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 b a) (/.f64 b a)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #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 #s(literal 1/3 binary64) a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 b a) b)) (*.f64 (/.f64 b a) (/.f64 b (/.f64 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)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 b a)) (*.f64 (/.f64 b a) (/.f64 (/.f64 b (/.f64 a #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)))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 b a) (*.f64 b a))) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.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 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.f64 b 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 #s(literal 1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 b a) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (/.f64 b 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 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b a) (/.f64 (*.f64 b a) b))) (/.f64 b (/.f64 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)))) (/.f64 #s(literal 1/3 binary64) a)) #s(literal 1/3 binary64)) (*.f64 (/.f64 b a) (/.f64 (*.f64 b a) (/.f64 b 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 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) b)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 b (/.f64 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)))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (/.f64 b (/.f64 a #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)))) (/.f64 a #s(literal -1/3 binary64))) a) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.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 b a)) (*.f64 b a))) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.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 b a)) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b 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 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (*.f64 b a) b))) (*.f64 (/.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)))) (/.f64 a #s(literal -1/3 binary64))) #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 (*.f64 b a) (/.f64 b 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 (/.f64 a (/.f64 b #s(literal 3 binary64))))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) b)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a (/.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 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 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 b #s(literal 3 binary64)))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 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 #s(literal 1/3 binary64) a)) b) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 b a)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a (/.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 #s(literal 1/3 binary64) a)) b) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) a)) |
(/.f64 (-.f64 (*.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)) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) 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 #s(literal 1/3 binary64) a)) b) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) (*.f64 (/.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 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.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 #s(literal 1/3 binary64) a)) b) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b a) b))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.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 #s(literal 1/3 binary64) a)) b) #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b a) (/.f64 b a)))) (/.f64 #s(literal 1/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 #s(literal 1/3 binary64) a)) a) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (neg.f64 (*.f64 (/.f64 b a) a))) |
(*.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 b 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 b a)) (/.f64 b (/.f64 a #s(literal 1/3 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 b 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 #s(literal 1/3 binary64) a)) a) (*.f64 (/.f64 b a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b a) a))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(neg.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 b (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 b a) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 b a) (/.f64 b a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 b a) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) |
(/.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a) |
(/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 a (/.f64 a b)) (/.f64 #s(literal 1/3 binary64) b)) |
(/.f64 (*.f64 b (/.f64 a b)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b a) b) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 (*.f64 b a) (/.f64 b a)) #s(literal 1/3 binary64)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 b a) b)) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (*.f64 b a) (/.f64 b a))) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 b a) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal -1 binary64)) |
(*.f64 b (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 a (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) b) |
(*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(*.f64 (/.f64 a b) (/.f64 b (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(*.f64 (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (*.f64 #s(literal -3 binary64) (/.f64 a b))) |
(*.f64 (*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b a)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 a (/.f64 a b)) (/.f64 b #s(literal 1/3 binary64))) |
(*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (*.f64 b (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (*.f64 b a) b) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (*.f64 b a) (/.f64 b a)) #s(literal 3 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) b) (/.f64 a #s(literal -1/3 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(neg.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(neg.f64 (/.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b)) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -3 binary64) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) (/.f64 b (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) b))) |
(/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b))) |
(/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) |
(/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))))) |
(/.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b)))) |
(/.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (/.f64 b a)) |
(/.f64 (*.f64 b a) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal -3 binary64) (*.f64 b a)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a)) (neg.f64 (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 b a))) |
(/.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 (/.f64 b a) (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 b a))) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a))) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) b)) (/.f64 #s(literal -1 binary64) a)) |
(pow.f64 (/.f64 (/.f64 b a) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 a (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(*.f64 #s(literal 3 binary64) (/.f64 (/.f64 a b) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) |
(*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a b)))) |
(*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) |
(*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(*.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b))))) |
(*.f64 (/.f64 a b) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(*.f64 (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 a b))) |
(*.f64 (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) (/.f64 a b)) |
(*.f64 (*.f64 b a) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(*.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (*.f64 #s(literal -3 binary64) (/.f64 a b)) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) b) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(*.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) b) |
(*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 b #s(literal 3 binary64))) a) |
(*.f64 (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b a)) (/.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) b) a) |
(*.f64 (/.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 b #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 c c) (*.f64 a #s(literal -135/128 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) |
(*.f64 (*.f64 c c) (*.f64 #s(literal -135/128 binary64) (*.f64 a a))) |
(*.f64 #s(literal -135/128 binary64) (*.f64 (*.f64 c c) (*.f64 a a))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -135/128 binary64) (*.f64 c c))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(*.f64 (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a))) c) |
(*.f64 (*.f64 a #s(literal -135/128 binary64)) (*.f64 a (*.f64 c c))) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal -135/128 binary64)) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -135/128 binary64)) (*.f64 a a)) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 a #s(literal -135/128 binary64))) a) |
(+.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(+.f64 (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 c (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 b (*.f64 b (*.f64 (*.f64 b b) #s(literal -3/8 binary64))) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 c a) (*.f64 #s(literal -9/16 binary64) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c a) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 (*.f64 b b) #s(literal -3/8 binary64)) (*.f64 b b) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 b #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) b) b (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 (*.f64 (*.f64 b b) #s(literal -3/8 binary64)) b) b (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 (*.f64 b b) c) (*.f64 a #s(literal -9/16 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 (*.f64 b b) (*.f64 c a)) #s(literal -9/16 binary64) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 (*.f64 b b) #s(literal -9/16 binary64)) (*.f64 c a) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(fma.f64 (*.f64 (*.f64 b b) (*.f64 b b)) #s(literal -3/8 binary64) (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(fma.f64 (*.f64 (*.f64 b b) (*.f64 b #s(literal -3/8 binary64))) b (*.f64 b (*.f64 b (*.f64 a (*.f64 c #s(literal -9/16 binary64)))))) |
(*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))) (*.f64 b b)) |
(*.f64 (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))) b) |
(neg.f64 (*.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 c c))) |
(neg.f64 (*.f64 (*.f64 c c) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (*.f64 c c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))))) |
(/.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 (*.f64 c c) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (neg.f64 (*.f64 c c)) (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 c c) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (pow.f64 b #s(literal 7 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(*.f64 (*.f64 c c) (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c))) |
(*.f64 (/.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (pow.f64 b #s(literal 7 binary64))) (*.f64 c c)) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))) (*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c c)))) |
(*.f64 (/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) c) |
(*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 (*.f64 (*.f64 c c) (-.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) #s(literal 135/128 binary64)) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) c)) |
(neg.f64 (*.f64 c (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 (*.f64 c a) #s(literal 1/3 binary64))) |
(/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(/.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/3 binary64) a) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 c a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c a)) #s(literal 1/3 binary64)) |
(/.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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c a))) #s(literal -1/3 binary64)) |
(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 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) c) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c a)) #s(literal 3 binary64)) |
(*.f64 (/.f64 c #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 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 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/3 binary64) (-.f64 #s(literal 0 binary64) a)) |
(/.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/3 binary64) a) #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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.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)) |
(neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b))))) |
(neg.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 0 binary64) (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.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)))) |
(/.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 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 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 1 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)) b))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.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 (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.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))))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.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 #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 a #s(literal -1/3 binary64))) (-.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))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 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)))) (/.f64 #s(literal 1/3 binary64) a)) b) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 b (/.f64 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)))) (/.f64 #s(literal 1/3 binary64) a)) b)) (/.f64 #s(literal -1 binary64) a)) |
(pow.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 binary64)) |
(*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.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 b (/.f64 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 (/.f64 a (/.f64 b #s(literal 3 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (/.f64 a 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))))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (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)))) (/.f64 b (/.f64 a #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 a b)) |
(*.f64 (/.f64 #s(literal 3 binary64) b) (*.f64 a (*.f64 a (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)))) (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 a b))) |
(*.f64 (/.f64 (*.f64 a (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b #s(literal 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) a)) b) a) |
(*.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) (-.f64 #s(literal 0 binary64) a)) |
(+.f64 #s(literal 0 binary64) (/.f64 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 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) a)) |
(/.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 #s(literal 0 binary64) a) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) a) #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) a) |
(*.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 #s(literal 0 binary64) a) #s(literal 3 binary64)) |
| 1× | egg-herbie |
| 7124× | *-lowering-*.f32 |
| 7124× | *-lowering-*.f64 |
| 2698× | +-lowering-+.f64 |
| 2698× | +-lowering-+.f32 |
| 2282× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1819 | 14941 |
| 1 | 6461 | 14119 |
| 0 | 8331 | 14119 |
| 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))) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -2 (/ b c)) |
(* -1/2 (/ c 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 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (* c (pow (sqrt -3) 2)))))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* -1 (* b (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2)))))))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* -1 (* b (+ (* 3/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2)))))))) |
(* -2 (/ b (* a c))) |
(* b (- (* 3/2 (/ 1 (pow b 2))) (* 2 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -9/4 (* a c)) (* 9/8 (* a c))) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -9/4 (* a c)) (* 9/8 (* a c)))))) (+ (* -2/3 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 27/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 3/2 (/ 1 (pow b 2)))) (+ (* -9/4 (/ (* a c) (pow b 4))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c))))))) |
(/ -3/2 b) |
(* -1 (/ (+ 3/2 (* 9/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 3/2 (* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -9/8 (/ (* a c) (pow b 2)))) b)) |
(* -1 (/ (- (+ 3/2 (* -1 (/ (+ (* -81/32 (* (pow a 3) (pow c 3))) (* -81/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/8 (/ (* a c) (pow b 2))))) b)) |
(* -2 (/ b (* a c))) |
(/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* -1 (* c (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 27/16 (/ (pow a 2) (pow b 5))))))) (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(/ (+ (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (* -3 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* a (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a (pow (sqrt 3) 2))))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -2 (/ b (* a c))) |
(/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* -1 (* a (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(/ (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* c (pow (sqrt 3) 2))))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a)) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(- b (* (sqrt (* a c)) (sqrt -3))) |
(- (* b (+ 1 (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3))) |
(- (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -3))) |
(* 3/2 (/ (* a c) b)) |
(/ (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (* a c))) 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) |
(/ (- (* 1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -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) |
(* 2 b) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))) |
(* -1 (* b (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))) |
(* -1 (* b (- (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* 3/2 (/ (* a c) b)) |
(* c (- (* 9/8 (/ (* (pow a 2) c) (pow b 3))) (* -3/2 (/ a b)))) |
(* c (- (* c (- (* 27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b)))) |
(* c (- (* c (- (* c (- (* 1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -27/16 (/ (pow a 3) (pow b 5))))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b)))) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(* c (- (/ b c) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b c)) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))) |
(* -1 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (- (* -1 (/ (+ b (* -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))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* 3/2 (/ (* a c) b)) |
(* a (- (* 9/8 (/ (* a (pow c 2)) (pow b 3))) (* -3/2 (/ c b)))) |
(* a (- (* a (- (* 27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b)))) |
(* a (- (* a (- (* a (- (* 1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -27/16 (/ (pow c 3) (pow b 5))))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b)))) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(* a (- (/ b a) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))) |
(* -1 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (- (* -1 (/ (+ b (* -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))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -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))))))) |
(* -2 (/ b c)) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+ (* -2 (/ b c)) (* a (+ (* 9 (* a (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* 9 (* a (+ (* -3/4 (/ (* c (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow c 2) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))))))) (* 9 (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* 9 (* b (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -9 (* b (- (* 1/6 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (* 9 (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(* -2 (/ b c)) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(* b (- (+ (* 3/2 (/ a (pow b 2))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4)))) (* 2 (/ 1 c)))) |
(* b (- (+ (* 3/2 (/ a (pow b 2))) (+ (* 9 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c)))))) (+ (* -3/16 (* (pow a 3) (pow c 2))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))))) (pow b 6))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4))))) (* 2 (/ 1 c)))) |
(* -3/2 (/ a b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(* -1 (/ (+ (* -9 (/ (+ (* -9/32 (* (pow a 4) (pow c 3))) (* -9/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b)) |
(* -2 (/ b c)) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* 9 (* c (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))))))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* 9 (* c (+ (* -3/4 (/ (* a (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow a 3) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)))))) (* 9 (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3)))))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))))) c) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3)))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c)) (* 9 (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(- (* 3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(- (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(- (* b (+ 3 (* b (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(* 9/2 (/ (* a c) b)) |
(/ (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -9/2 (* a c))) b) |
(/ (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (- (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b) |
(* 6 b) |
(* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 6))) |
(* -1 (* b (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 6 (* -9/2 (/ (* a c) (pow b 2))))))) |
(* -1 (* b (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* 9/2 (/ (* a c) b)) |
(* c (- (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* -9/2 (/ a b)))) |
(* c (- (* c (- (* 81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b)))) |
(* c (- (* c (- (* c (- (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -81/16 (/ (pow a 3) (pow b 5))))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b)))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (- (* 3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (- (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b c))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b c))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (- (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* 9/2 (/ (* a c) b)) |
(* a (- (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* -9/2 (/ c b)))) |
(* a (- (* a (- (* 81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b)))) |
(* a (- (* a (- (* a (- (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -81/16 (/ (pow c 3) (pow b 5))))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b)))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (- (* 3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (- (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (- (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* 3 b) |
(* -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/9 (/ (* b (- (* -3 (pow a 2)) (* 3 (pow a 2)))) (pow a 3))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3)))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3))))))) |
(* -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/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3)))))))) |
(* -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))))))) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4))))) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4))))))) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 6))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(* (pow a 3) (- (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(* (pow a 3) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (* 3 (/ 1 a)))) |
(* (pow a 3) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))) (* 3 (/ 1 a)))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* (pow a 3) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (pow a 2) b)) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ b (sqrt -3)))) (* 3 (pow a 2))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 2))))) b) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(/ (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 2) (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4))))) (pow b 6)))))) (pow b 2)) |
(- (* -3 (pow a 2)) (* 3 (pow a 2))) |
(- (+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))) (* 3 (pow a 2))) |
(- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))) (* 3 (pow a 2))) |
(- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) (* 3 (pow a 2))) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4))))) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4))))))) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -27/8 (/ (pow a 4) (pow b 4))) (* c (+ (* -81/16 (/ (pow a 5) (pow b 6))) (* -3/2 (/ (* (pow a 2) (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6)))))) (pow b 2))))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (/ (pow a 2) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))) (* 3 (/ (pow a 2) c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) (* 3 (/ (pow a 2) c)))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ (pow a 2) c))))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 3 (pow a 2)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(* 9 (/ (pow a 3) b)) |
(/ -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))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(* -9/16 (* a (* (pow b 2) c))) |
(* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))) |
(* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 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) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (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) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* (pow b 4) (- (* -9/16 (/ (* a c) (pow b 2))) 3/8)) |
(* -3/8 (pow b 4)) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(* -9/16 (* a (* (pow b 2) c))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(* -9/16 (* a (* (pow b 2) c))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(* -3/8 (pow b 4)) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(+ (* -9/16 (* a (* (pow b 2) c))) (* -3/8 (pow b 4))) |
(* -9/16 (* a (* (pow b 2) c))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(* -9/16 (* a (* (pow b 2) c))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(* -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 (* 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)) |
(/ 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 (pow a 2)) |
(* (pow a 2) (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4))))))) |
(* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4))))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))) |
(* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))))) |
(* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(/ (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3))))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b) |
(* 3 (pow a 2)) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2))) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2)))) |
(+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2))))) |
(* -3 (pow a 2)) |
(+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))) |
(+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))) |
(+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) |
(* 3 (pow a 2)) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2))) |
(+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4)))))) |
(+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) |
(* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))))) |
(* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))))) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
(* -3 a) |
| 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 (*.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))) (neg.f64 (/.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 (*.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)) |
(neg.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))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(neg.f64 (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 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)) |
(neg.f64 (/.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 (*.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)))))) |
(neg.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.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)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.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)))) |
(* -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 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)))))) |
(neg.f64 (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 c c))) (*.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.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)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (neg.f64 (/.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)))) |
(* -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 (*.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)) 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 (*.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 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.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 (*.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 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) b) (/.f64 (*.f64 c (*.f64 c c)) b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2)))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b)))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (* a (pow c 2))) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (+.f64 (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (*.f64 b b))) (*.f64 #s(literal 135/128 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b (*.f64 b b)))) |
(* -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) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (neg.f64 (/.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 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a))) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) 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))))) |
(neg.f64 (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (*.f64 #s(literal -1 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 -1 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) |
(* -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 c a))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)))) c))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (* c (pow (sqrt -3) 2)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (/.f64 b (*.f64 c a)) #s(literal -1 binary64))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* -1 (* b (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2)))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) b) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal -3/2 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64))))))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* b (+ (* b (- (* -1 (* b (+ (* 3/2 (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* a (* c (pow (sqrt -3) 2)))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 a (*.f64 c #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) b) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal -3/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal -3/2 binary64))))))) |
(* -2 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a)) |
(* b (- (* 3/2 (/ 1 (pow b 2))) (* 2 (/ 1 (* a c))))) |
(*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a)))) |
(* b (- (+ (* -1 (/ (+ (* -9/4 (* a c)) (* 9/8 (* a c))) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c a) #s(literal -9/8 binary64))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(* b (- (+ (* -1 (/ (+ (* -3/4 (* a (* c (+ (* -9/4 (* a c)) (* 9/8 (* a c)))))) (+ (* -2/3 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 27/16 (* (pow a 2) (pow c 2))))) (pow b 6))) (* 3/2 (/ 1 (pow b 2)))) (+ (* -9/4 (/ (* a c) (pow b 4))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c))))))) |
(*.f64 b (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) a) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 (*.f64 a a) (*.f64 c c))) (*.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (*.f64 #s(literal 9/8 binary64) (*.f64 a (/.f64 c (pow.f64 b #s(literal 4 binary64)))))))))) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(* -1 (/ (+ 3/2 (* 9/8 (/ (* a c) (pow b 2)))) b)) |
(neg.f64 (/.f64 (+.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal 9/8 binary64)) (*.f64 b b))) b)) |
(* -1 (/ (- (+ 3/2 (* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -9/8 (/ (* a c) (pow b 2)))) b)) |
(neg.f64 (/.f64 (+.f64 #s(literal 3/2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b b)))) b)) |
(* -1 (/ (- (+ 3/2 (* -1 (/ (+ (* -81/32 (* (pow a 3) (pow c 3))) (* -81/128 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -27/16 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -9/8 (/ (* a c) (pow b 2))))) b)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 3/2 binary64) (-.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -405/128 binary64)) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (*.f64 b b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/16 binary64)))))) b) |
(* -2 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a)) |
(/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* -1 (* c (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* c (- (* -1 (* c (+ (* -3/4 (/ (* a (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow a 2))) (* 27/16 (/ (pow a 2) (pow b 5))))))) (+ (* -9/4 (/ a (pow b 3))) (* 9/8 (/ a (pow b 3)))))) (* 3/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))))))) c) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (/.f64 b a) #s(literal -3 binary64)))) c) |
(/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (* -3 (/ b (* a (pow (sqrt -3) 2))))) c) |
(/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -3/2 binary64)) (*.f64 c c))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1 binary64) (/.f64 b a)))) c) |
(/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3))) (* 3 (* (sqrt (/ c a)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* a (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -3) 3))))))) c) |
(/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))) (*.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (/.f64 (*.f64 c c) a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) c) |
(* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* a (pow (sqrt 3) 2))))) c)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c b) a))) c))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* (pow b 3) c) (* (pow a 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) c)) (* 3 (/ (* b c) (* a (pow (sqrt 3) 2))))) c)) (* 3 (* (sqrt (/ c a)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal -3/2 binary64)))) c)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c b) a))) c))) c)) |
(* -2 (/ b (* a c))) |
(/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a)) |
(/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* -1 (* a (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* a (- (* -1 (* a (+ (* -3/4 (/ (* c (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3))))) (pow b 2))) (+ (* -2/3 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (+ (* -9/4 (/ c (pow b 3))) (* 9/8 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))))))) a) |
(* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c #s(literal -3 binary64))))) a) |
(/ (- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)) (*.f64 a a))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1 binary64) (/.f64 b c)))) a) |
(/ (- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) a) |
(/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b c)) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))))))) a) |
(* -3 (* (sqrt (/ 1 (* a c))) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (* c (pow (sqrt 3) 2))))) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b c)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b a) c))) a))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* 3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a)) (* 3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3))))) a)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))) (/.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 c c))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a)) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b a) c))) a))) a)) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(neg.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(- b (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 b (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(- (* b (+ 1 (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (*.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))))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(- (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 b (+.f64 #s(literal 1 binary64) (*.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))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) |
(/ (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -3/2 (* a c))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b))) (*.f64 #s(literal 3/2 binary64) (*.f64 c a))) 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 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b))))) b) |
(/ (- (* 1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) (*.f64 #s(literal -27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) b) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(* -1 (* b (- (* 3/2 (/ (* a c) (pow b 2))) 2))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -2 binary64))) |
(* -1 (* b (- (* 9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -3/2 (/ (* a c) (pow b 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (-.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))))) |
(* -1 (* b (- (* 27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (-.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))) (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 binary64))))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* c (- (* 9/8 (/ (* (pow a 2) c) (pow b 3))) (* -3/2 (/ a b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(* c (- (* c (- (* 27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b)))) |
(*.f64 c (+.f64 (*.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))))) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(* c (- (* c (- (* c (- (* 1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -27/16 (/ (pow a 3) (pow b 5))))) (* -9/8 (/ (pow a 2) (pow b 3))))) (* -3/2 (/ a b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.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) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(neg.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (- (/ b c) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* c (- (+ (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.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 b c) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* c (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b c)) (+ (* 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 b 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)))))))) |
(* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) b) c) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) |
(* -1 (* c (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (-.f64 (neg.f64 (/.f64 (+.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) |
(* -1 (* c (- (* -1 (/ (+ b (* -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))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (-.f64 (neg.f64 (/.f64 (+.f64 b (neg.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)))))) c))) c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) |
(* 3/2 (/ (* a c) b)) |
(*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) |
(* a (- (* 9/8 (/ (* a (pow c 2)) (pow b 3))) (* -3/2 (/ c b)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 c b) #s(literal 3/2 binary64)))) |
(* a (- (* a (- (* 27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b)))) |
(*.f64 a (+.f64 (*.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 #s(literal 9/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c b) #s(literal 3/2 binary64)))) |
(* a (- (* a (- (* a (- (* 1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -27/16 (/ (pow c 3) (pow b 5))))) (* -9/8 (/ (pow c 2) (pow b 3))))) (* -3/2 (/ c b)))) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 a (+.f64 (/.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) (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 #s(literal 9/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c b) #s(literal 3/2 binary64)))) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(neg.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (- (/ b a) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(* a (- (+ (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.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 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (- (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (/ b a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (-.f64 (+.f64 (/.f64 b a) (*.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 (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))))))) |
(* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))) |
(*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) |
(* -1 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) b) a) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (-.f64 (neg.f64 (/.f64 (+.f64 b (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* a (- (* -1 (/ (+ b (* -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))) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (-.f64 (neg.f64 (/.f64 (+.f64 b (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal 1/8 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) a))) a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 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 (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (neg.f64 (/.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 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a))) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) 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))))) |
(neg.f64 (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 2/3 binary64) a)))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (*.f64 #s(literal -1 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 -1 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))) |
(* -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 c a))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)))) c))) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(+ (* -2 (/ b c)) (* 3/2 (/ a b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) |
(+ (* -2 (/ b c)) (* a (+ (* 9 (* a (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3)))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) |
(+ (* -2 (/ b c)) (* a (+ (* a (+ (* 9 (* a (+ (* -3/4 (/ (* c (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow c 2) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow c 2))))))) (* 9 (+ (* -1/8 (/ c (pow b 3))) (* 1/4 (/ c (pow b 3))))))) (* 3/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c #s(literal -3 binary64))))) |
(- (+ (* -1 (/ (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow a 2))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (* -3 (/ b (* c (pow (sqrt -3) 2))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)) (*.f64 a a))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 1 binary64) (/.f64 b c)))) |
(- (+ (* -1 (/ (+ (* 3/2 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -3) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow a 3))) (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3))))) (+ (* -3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (+ (* -3 (/ b (* c (pow (sqrt -3) 2)))) (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 a (*.f64 a a)))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b c)) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))))))) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -3 (/ b (* c (pow (sqrt 3) 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1 binary64) b) c) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (+ (* -3/2 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ a (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) c))) a)) |
(+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (- (+ (* -3/2 (/ (* a (pow b 3)) (* (pow c 2) (pow (sqrt 3) 4)))) (* (sqrt (/ 1 (* a c))) (/ (* b (* (sqrt -1) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))))) a)) (* -3 (/ (* a b) (* c (pow (sqrt 3) 2))))) a))) |
(-.f64 (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) (*.f64 c c)) (/.f64 (*.f64 a (*.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 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) c))) a)) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 b (*.f64 c #s(literal -3 binary64))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* 9 (* b (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 9 binary64) b) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal 1/6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 c #s(literal -3 binary64)))))) |
(+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* b (+ (* b (+ (* -9 (* b (- (* 1/6 (/ 1 (* a (* (pow c 2) (pow (sqrt -3) 4))))) (* (sqrt (/ 1 (* a c))) (/ (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))) (sqrt -3)))))) (* 9 (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ 1 (* a (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))) (* 3 (/ 1 (* c (pow (sqrt -3) 2))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 b (+.f64 (/.f64 #s(literal 3 binary64) (*.f64 c #s(literal -3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal -9 binary64) b) (-.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal 1/6 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal 1/6 binary64)))))))) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(* b (- (* 3/2 (/ a (pow b 2))) (* 2 (/ 1 c)))) |
(*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c))) |
(* b (- (+ (* 3/2 (/ a (pow b 2))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4)))) (* 2 (/ 1 c)))) |
(*.f64 b (-.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 1/8 binary64))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) c))) |
(* b (- (+ (* 3/2 (/ a (pow b 2))) (+ (* 9 (/ (+ (* -3/4 (* a (* c (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c)))))) (+ (* -3/16 (* (pow a 3) (pow c 2))) (* 2/27 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow c 2)))))) (pow b 6))) (* 9 (/ (+ (* -1/8 (* (pow a 2) c)) (* 1/4 (* (pow a 2) c))) (pow b 4))))) (* 2 (/ 1 c)))) |
(*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (-.f64 (*.f64 #s(literal 9 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 (*.f64 c a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 1/8 binary64)))) (*.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c c))) (*.f64 #s(literal 2/27 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) a) (/.f64 #s(literal 405/64 binary64) (*.f64 c c))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal 2 binary64) c)))) |
(* -3/2 (/ a b)) |
(*.f64 #s(literal -3/2 binary64) (/.f64 a b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (* 3/2 a)) b)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) b)) |
(* -1 (/ (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) b)) |
(neg.f64 (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) b)) |
(* -1 (/ (+ (* -9 (/ (+ (* -9/32 (* (pow a 4) (pow c 3))) (* -9/128 (* (pow a 4) (pow c 3)))) (pow b 6))) (+ (* 9/8 (/ (* (pow a 2) c) (pow b 2))) (+ (* 3/2 a) (* 27/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))) b)) |
(neg.f64 (/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal 3/2 binary64))) (*.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) #s(literal -45/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) b)) |
(* -2 (/ b c)) |
(/.f64 (*.f64 b #s(literal -2 binary64)) c) |
(/ (+ (* -2 b) (* 3/2 (/ (* a c) b))) c) |
(/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* 9 (* c (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c) |
(/ (+ (* -2 b) (* c (+ (* 3/2 (/ a b)) (* c (+ (* 9 (* c (+ (* -3/4 (/ (* a (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3))))) (pow b 2))) (+ (* -3/16 (/ (pow a 3) (pow b 5))) (* 2/27 (/ (* b (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) a)))))) (* 9 (+ (* -1/8 (/ (pow a 2) (pow b 3))) (* 1/4 (/ (pow a 2) (pow b 3)))))))))) c) |
(/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c) |
(* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (pow (sqrt -3) 2)))) c) |
(/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (/.f64 b #s(literal -3 binary64)))) c) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64))) (*.f64 c c))) c) |
(/ (+ (* 3 (* (sqrt (* a c)) (/ 1 (sqrt -3)))) (+ (* 3 (/ b (pow (sqrt -3) 2))) (+ (* 9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3))))) (pow c 2))) (* 9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -3) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -3) 3)))))) (sqrt -3)))) (pow c 3)))))) c) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (*.f64 c a))) (/.f64 b #s(literal -3 binary64)))) (*.f64 #s(literal 9 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64)) (*.f64 c c)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64)))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal 1/6 binary64)))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 c (*.f64 c c)))))) c) |
(* -3 (* (sqrt (/ a c)) (/ (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (/ (+ (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3)))) (* 3 (/ b (pow (sqrt 3) 2)))) c)) |
(neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b #s(literal 3 binary64)))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 (/ (* b c) (pow (sqrt 3) 2)))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/6 binary64))) c) (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c b)) #s(literal 3 binary64))) c))) c)) |
(* -1 (/ (+ (* -1 (/ (+ (* -3 (/ (* b c) (pow (sqrt 3) 2))) (* -1 (/ (+ (* -9 (/ (+ (* -1/6 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt 3) 4)))) (* (sqrt (/ c a)) (/ (* b (* (sqrt -1) (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) (sqrt 3)))) c)) (* 9 (+ (* -1/6 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/3 (* (sqrt (/ (pow c 3) a)) (/ (* (pow b 2) (sqrt -1)) (pow (sqrt 3) 3))))))) c))) c)) (* 3 (* (sqrt (* a c)) (/ (sqrt -1) (sqrt 3))))) c)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3 binary64) (*.f64 c b)) #s(literal 3 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9 binary64) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)) (*.f64 a (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/6 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c) (*.f64 #s(literal 9 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/6 binary64)))) c)) c))) c)) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(- (* 3 b) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(*.f64 #s(literal 3 binary64) (-.f64 b (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))))) |
(- (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))))) |
(- (* b (+ 3 (* b (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))) (* 3 (* (sqrt (* a c)) (sqrt -3)))) |
(+.f64 (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))))) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) b) |
(/ (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -9/2 (* a c))) b) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 27/8 binary64)) (*.f64 #s(literal 9/2 binary64) (*.f64 c a))) b) |
(/ (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal -27/8 binary64)))) b) |
(/ (- (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -9/2 (* a c)) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/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 (+.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal -27/8 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -81/16 binary64)))) b) |
(* 6 b) |
(*.f64 b #s(literal 6 binary64)) |
(* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 6))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -6 binary64))) |
(* -1 (* b (- (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 6 (* -9/2 (/ (* a c) (pow b 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 27/8 binary64)) (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))))) |
(* -1 (* b (- (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (-.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))))) (+.f64 (+.f64 #s(literal 6 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/8 binary64))))) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) b) |
(* c (- (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* -9/2 (/ a b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/2 binary64) (/.f64 a b)))) |
(* c (- (* c (- (* 81/16 (/ (* (pow a 3) c) (pow b 5))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 9/2 binary64) (/.f64 a b)))) |
(* c (- (* c (- (* c (- (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)) (* -81/16 (/ (pow a 3) (pow b 5))))) (* -27/8 (/ (pow a 2) (pow b 3))))) (* -9/2 (/ a b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 9/2 binary64) (/.f64 a b)))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (- (* 3 (/ b c)) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* c (- (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b c))) (* 3 (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/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 3 binary64) (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* c (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b c))) (+ (* 3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (-.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal 3/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)))))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (- (* -3 (/ b c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) b) c) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 3 b)) c)) (* 3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/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 -3/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)))))) c))) c)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))))) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c a)) b) |
(* a (- (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* -9/2 (/ c b)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 9/2 binary64) (/.f64 c b)))) |
(* a (- (* a (- (* 81/16 (/ (* a (pow c 3)) (pow b 5))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b)))) |
(*.f64 a (+.f64 (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) (*.f64 #s(literal 9/2 binary64) (/.f64 c b)))) |
(* a (- (* a (- (* a (- (* 3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* -81/16 (/ (pow c 3) (pow b 5))))) (* -27/8 (/ (pow c 2) (pow b 3))))) (* -9/2 (/ c b)))) |
(*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 9/2 binary64) (/.f64 c b)))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (- (* 3 (/ b a)) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (- (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (/ b a))) (* 3 (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.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 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (- (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (* 3 (/ b a))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 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 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (-.f64 (/.f64 (*.f64 b #s(literal 3 binary64)) 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)))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (- (* -3 (/ b a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -3 binary64) b) a) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (- (* -1 (/ (+ (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) a)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* a (- (* -1 (/ (+ (* -1 (/ (- (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 3 b)) a)) (* 3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #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 c))))) a))) a)) (*.f64 #s(literal -3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.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 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (neg.f64 (/.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 #s(literal 1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) a))) a))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 #s(literal -1/3 binary64) b) a)) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) 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/9 (/ (* b (- (* -3 (pow a 2)) (* 3 (pow a 2)))) (pow a 3))) |
(/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 b (*.f64 (*.f64 a a) #s(literal -6 binary64)))) (*.f64 a (*.f64 a a))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 a a) #s(literal -6 binary64))) (*.f64 a (*.f64 a a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) 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 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 a a) #s(literal -6 binary64))) (*.f64 a (*.f64 a 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))) (* -1/9 (/ (- (* -3 (pow a 2)) (* 3 (pow a 2))) (pow a 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) 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 (*.f64 #s(literal -1/9 binary64) (*.f64 (*.f64 a a) #s(literal -6 binary64))) (*.f64 a (*.f64 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 (+ (* -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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (/.f64 b (*.f64 c a))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) c)))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)))) c))) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b)) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow a 3) (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -27/8 (/ (pow c 2) (pow b 4))) (* a (+ (* -81/16 (/ (pow c 3) (pow b 6))) (* -3/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) (pow b 2))))))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b b)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 3) (- (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (/.f64 #s(literal 3 binary64) a))) |
(* (pow a 3) (- (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a (*.f64 a a)) (-.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (/.f64 #s(literal 3 binary64) a))) |
(* (pow a 3) (- (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a (*.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 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (-.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (/.f64 #s(literal 3 binary64) a)))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* (pow a 3) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3)))) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/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 -3 binary64)) a)))) |
(* -1 (* (pow a 3) (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3))))) a)) 3) a)) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a) #s(literal -3 binary64))) a))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (pow a 2) b)) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 b (*.f64 a a))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ b (sqrt -3)))) (* 3 (pow a 2))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (*.f64 a a) #s(literal -3 binary64))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* b (- (* b (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))))) (* 3 (pow a 2))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))))) (*.f64 (*.f64 a a) #s(literal -3 binary64))))) b) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b)) |
(/ (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2)))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (*.f64 b b)))) (*.f64 b b)) |
(/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b b)) |
(/ (+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 4))) (+ (* -9/2 (* (pow a 3) c)) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 2))) (* -3/2 (/ (* (pow a 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 -81/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 a 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)) |
(- (* -3 (pow a 2)) (* 3 (pow a 2))) |
(*.f64 (*.f64 a a) #s(literal -6 binary64)) |
(- (+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))) (* 3 (pow a 2))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (-.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b)) (*.f64 #s(literal 3 binary64) (*.f64 a a)))) |
(- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))) (* 3 (pow a 2))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (-.f64 (+.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 3 binary64) (*.f64 a a)))) |
(- (+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) (* 3 (pow a 2))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (-.f64 (+.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 3 binary64) (*.f64 a a)))) |
(* -9/2 (/ (* (pow a 3) c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b)) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b b)) (*.f64 c (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -27/8 (/ (pow a 4) (pow b 4))) (* c (+ (* -81/16 (/ (pow a 5) (pow b 6))) (* -3/2 (/ (* (pow a 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 -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (*.f64 c (*.f64 a 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)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (/ (pow a 2) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) c) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))))) |
(* c (- (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))) (* 3 (/ (pow a 2) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) c)))) |
(* c (- (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) (* 3 (/ (pow a 2) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (-.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) c))))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* c (+ (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ (pow a 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c))) (/.f64 (*.f64 a a) c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -3/2 (* (sqrt (/ (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 a a) #s(literal -3 binary64)))) c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -3/8 (* (sqrt (/ a c)) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (* 3/2 (* (sqrt (* (pow a 3) c)) (/ (* b (sqrt -1)) (sqrt 3))))) c)) (* 3 (pow a 2))) c)) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) c)) (*.f64 (*.f64 a a) #s(literal -3 binary64))) c)))) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(* 9 (/ (pow a 3) b)) |
(*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) 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)))) |
(- (* 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 (*.f64 #s(literal -9/16 binary64) 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 (*.f64 #s(literal -9/16 binary64) 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 (/.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 #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))) |
(/ -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 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 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 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 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 #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 #s(literal -135/128 binary64) (*.f64 a a)) (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 #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))) |
(neg.f64 (/.f64 (+.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c a)) (*.f64 b b))) (*.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))) |
(neg.f64 (/.f64 (+.f64 #s(literal 3/8 binary64) (+.f64 (/.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)))))) (*.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))) |
(neg.f64 (/.f64 (+.f64 #s(literal 3/8 binary64) (+.f64 (/.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)))))) (*.f64 b (*.f64 b b)))) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -135/128 (* (pow a 2) (pow c 2))) |
(*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (*.f64 c c)) |
(* -9/16 (* a (* (pow b 2) c))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) |
(* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) |
(* (pow b 2) (+ (* -9/16 (* a c)) (* -3/8 (pow b 2)))) |
(*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 c a) #s(literal -9/16 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 b b)))) |
(* -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) (- (* -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) (- (* -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))) |
(* -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) (- (* -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) (- (* -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))) |
(* -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)))) |
(+ (* -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)))) |
(+ (* -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)))) |
(* -9/16 (* a (* (pow b 2) c))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* c (+ (* -9/16 (* a (pow b 2))) (* -3/8 (/ (pow b 4) c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) c))) |
(* -9/16 (* a (* (pow b 2) c))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.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))))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.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))))) |
(* -1 (* c (+ (* 3/8 (/ (pow b 4) c)) (* 9/16 (* a (pow b 2)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.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))))) |
(* -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)))) |
(+ (* -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)))) |
(+ (* -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)))) |
(* -9/16 (* a (* (pow b 2) c))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* a (+ (* -9/16 (* (pow b 2) c)) (* -3/8 (/ (pow b 4) a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (pow.f64 b #s(literal 4 binary64))) a))) |
(* -9/16 (* a (* (pow b 2) c))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 b b)))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.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))))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.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))))) |
(* -1 (* a (+ (* 3/8 (/ (pow b 4) a)) (* 9/16 (* (pow b 2) c))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.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))))) |
(* -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 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 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 #s(literal -9/16 binary64) (/.f64 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 #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 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 #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))) |
(* -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 #s(literal -1 binary64) b) (/.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 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.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 (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a a) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.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 (*.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 (* 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))) |
(/ 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 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(* (pow a 2) (+ 3 (* -9/2 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/2 binary64)) (*.f64 b b)))) |
(* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* -27/8 (/ (* a (pow c 2)) (pow b 4))))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))))) |
(* (pow a 2) (+ 3 (* a (+ (* -9/2 (/ c (pow b 2))) (* a (+ (* -81/16 (/ (* a (pow c 3)) (pow b 6))) (* -27/8 (/ (pow c 2) (pow b 4))))))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 3 binary64) (*.f64 a (+.f64 (*.f64 (/.f64 c (*.f64 b b)) #s(literal -9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64)))) |
(* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal -3/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)))))))) |
(* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ c a)) (/ (sqrt -3) b))))))) |
(*.f64 (*.f64 a (*.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 b (*.f64 b b)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) #s(literal 3/2 binary64))) (*.f64 #s(literal 3/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 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* (pow a 3) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* (pow a 3) (+ (* -3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b (*.f64 b b)) (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 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) b)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 3/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 (*.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)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (sqrt -3)))) (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) (/.f64 (*.f64 b b) #s(literal -3 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c))))))) b) |
(/ (+ (* 3 (* (sqrt (* (pow a 5) c)) (sqrt -3))) (* (pow b 2) (+ (* 3/2 (* (sqrt (/ (pow a 3) c)) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/8 (* (sqrt (/ a (pow c 3))) (/ 1 (pow (sqrt -3) 3)))) (* 3/16 (* (sqrt (/ 1 (* a (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64))) (*.f64 #s(literal 3/16 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b))) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b)) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* -81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (+ (* -27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 3 (pow a 2))))) |
(+.f64 (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b))) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -3 (pow a 2)) |
(*.f64 (*.f64 a a) #s(literal -3 binary64)) |
(+ (* -3 (pow a 2)) (* 9/2 (/ (* (pow a 3) c) (pow b 2)))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b))) |
(+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (* 9/2 (/ (* (pow a 3) c) (pow b 2))))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (+.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))) |
(+ (* -3 (pow a 2)) (+ (* 27/8 (/ (* (pow a 4) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* (pow a 3) c) (pow b 2))) (* 81/16 (/ (* (pow a 5) (pow c 3)) (pow b 6)))))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal -3 binary64)) (+.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 9/2 binary64) b) (/.f64 (*.f64 c (*.f64 a (*.f64 a a))) b)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64))))))) |
(* 3 (pow a 2)) |
(*.f64 #s(literal 3 binary64) (*.f64 a a)) |
(+ (* -9/2 (/ (* (pow a 3) c) (pow b 2))) (* 3 (pow a 2))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 a a))) #s(literal -9/2 binary64)) (*.f64 b b))) |
(+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* -27/8 (/ (* (pow a 4) c) (pow b 4)))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal -27/8 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))))) |
(+ (* 3 (pow a 2)) (* c (+ (* -9/2 (/ (pow a 3) (pow b 2))) (* c (+ (* -81/16 (/ (* (pow a 5) c) (pow b 6))) (* -27/8 (/ (pow a 4) (pow b 4)))))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 a a)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/2 binary64) (*.f64 a (*.f64 a a))) (*.f64 b b)) (*.f64 c (+.f64 (*.f64 #s(literal -81/16 binary64) (/.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -27/8 binary64) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))))))) |
(* 3 (* (sqrt (* (pow a 5) c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (pow b 3) (pow (sqrt -3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ b (sqrt -3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (sqrt -3) b))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (+.f64 (*.f64 #s(literal 3/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) a) (pow.f64 c #s(literal 7 binary64)))))) (*.f64 #s(literal 3/2 binary64) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 (sqrt.f64 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c))))))) |
(* -3 (* (sqrt (* (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c (pow.f64 a #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) |
(* -1 (* c (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1 (* c (+ (* -3/8 (* (sqrt (/ a (pow c 5))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 3/16 (* (sqrt (/ 1 (* a (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 3/2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3 (* (sqrt (/ (pow a 5) c)) (/ (* (sqrt -1) (sqrt 3)) b)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 #s(literal 3/2 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal 3/16 binary64) (*.f64 (/.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))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 c #s(literal 7 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)) |
Compiled 89377 to 6321 computations (92.9% saved)
115 alts after pruning (107 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2107 | 55 | 2162 |
| Fresh | 27 | 52 | 79 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 6 | 7 |
| Total | 2138 | 115 | 2253 |
| Status | Accuracy | Program |
|---|---|---|
| 29.3% | (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) | |
| 31.8% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 31.6% | (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)))) | |
| 31.0% | (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) | |
| 95.3% | (fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (pow.f64 b #s(literal 7 binary64)))) | |
| 30.8% | (/.f64 (fma.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 b) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 31.8% | (/.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 31.3% | (/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) b)) | |
| 32.1% | (/.f64 (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)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 32.1% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 32.2% | (/.f64 (/.f64 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.8% | (/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.0% | (/.f64 (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 30.0% | (/.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))) | |
| 30.4% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 29.9% | (/.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) | |
| 30.4% | (/.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) | |
| 30.0% | (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| 30.0% | (/.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))) | |
| 29.9% | (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 31.0% | (/.f64 (/.f64 (+.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))) a) #s(literal -9 binary64)) | |
| 81.6% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 81.7% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 81.6% | (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) | |
| 93.8% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) | |
| 90.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) | |
| 90.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) | |
| 95.5% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))))))) c)) | |
| 93.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c)) | |
| 81.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) | |
| ✓ | 30.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
| 30.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64))) | |
| 90.5% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) | |
| 95.3% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) a) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 (*.f64 a a) (*.f64 c c))) (*.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (*.f64 #s(literal 9/8 binary64) (*.f64 a (/.f64 c (pow.f64 b #s(literal 4 binary64))))))))))) | |
| 31.0% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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)))))) | |
| 29.9% | (/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))))) | |
| 30.8% | (/.f64 (-.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) | |
| 29.9% | (/.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 30.0% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) | |
| 29.9% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.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))))) | |
| 30.1% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) | |
| 29.7% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) | |
| 29.9% | (/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 29.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #s(literal 3 binary64) b)) | |
| 30.2% | (/.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))) | |
| 30.1% | (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) | |
| 30.8% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) | |
| 30.8% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b))) | |
| 30.2% | (/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| ✓ | 30.3% | (/.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))))) |
| 30.3% | (/.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 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) | |
| 31.4% | (/.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)) | |
| 30.0% | (/.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))) | |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
| ✓ | 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
| 30.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 31.3% | (/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 32.0% | (/.f64 (+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) | |
| 30.6% | (/.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)))))))) | |
| ✓ | 30.7% | (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
| 29.5% | (/.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)) | |
| 31.4% | (/.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)))) | |
| 30.3% | (/.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)) | |
| 95.0% | (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) | |
| 95.3% | (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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)) | |
| 94.6% | (/.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))) | |
| 30.1% | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) | |
| 29.4% | (/.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)))) | |
| 30.0% | (/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) | |
| 30.4% | (/.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)))) | |
| 30.3% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) | |
| 30.1% | (/.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 #s(literal 1/3 binary64) a))) | |
| ✓ | 82.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 30.0% | (/.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)))) | |
| 30.1% | (/.f64 #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) (/.f64 a b)))) | |
| 81.7% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) | |
| 94.1% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) | |
| 95.7% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c)) | |
| 90.9% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) | |
| 81.8% | (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) | |
| 30.0% | (/.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))))) | |
| 81.9% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) | |
| 94.1% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))) | |
| 95.6% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))))) | |
| 90.8% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) | |
| 81.8% | (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) | |
| 90.8% | (/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) | |
| 81.8% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) | |
| 29.9% | (-.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)))) | |
| 30.6% | (+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) | |
| 30.8% | (+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 30.8% | (+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 95.1% | (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) 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)))))) | |
| 93.9% | (+.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)))))) | |
| ✓ | 95.5% | (+.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)))))) |
| 31.2% | (+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) | |
| 95.0% | (*.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.9% | (*.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))))))) | |
| 30.0% | (*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) | |
| 30.1% | (*.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 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 30.4% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) | |
| 30.0% | (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) | |
| 30.1% | (*.f64 (/.f64 b a) (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))) | |
| 30.4% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 31.0% | (*.f64 (/.f64 #s(literal -1/9 binary64) 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)))) | |
| ✓ | 81.8% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 30.3% | (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64))) | |
| 29.9% | (*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) | |
| 30.7% | (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) | |
| 30.0% | (*.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)) | |
| 90.4% | (*.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))) | |
| 95.3% | (*.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))) | |
| 29.9% | (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
Compiled 10473 to 3444 computations (67.1% saved)
| Inputs |
|---|
(*.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 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/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 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(+.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 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (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 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (/.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 #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 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) 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 1/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 a (*.f64 a #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 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 (*.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 (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 #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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 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)))) (/.f64 b a)) a) b) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.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 (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 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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 (*.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 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 (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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) |
(/.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 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) |
(/.f64 #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) (/.f64 a b)))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) |
(/.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 #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 (+.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 (*.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 (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 (/.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #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 (+.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 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 (*.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #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) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 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))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(+.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 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b))) |
(+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) 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 (/.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 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 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 -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #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)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(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 (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)))) |
(/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 b a) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) (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 (/.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 (fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (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)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) b)) |
(+.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 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 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 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 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 #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))))))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (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 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 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 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 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (fma.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 b) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (/.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 #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.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 (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))))))) |
(*.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))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(/.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 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))))))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c)) |
(/.f64 (+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (*.f64 b a) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(/.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) |
(/.f64 (/.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 a a) (/.f64 (*.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))) (pow.f64 b #s(literal 6 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) a) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 (*.f64 a a) (*.f64 c c))) (*.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -9/4 binary64)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (*.f64 #s(literal 9/8 binary64) (*.f64 a (/.f64 c (pow.f64 b #s(literal 4 binary64))))))))))) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c)) |
5 calls:
| 116.0ms | c |
| 85.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)) |
| 76.0ms | (*.f64 #s(literal 3 binary64) a) |
| 60.0ms | b |
| 56.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.7% | 1 | a |
| 95.7% | 1 | b |
| 95.7% | 1 | c |
| 95.7% | 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)) |
| 95.7% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/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 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(+.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 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (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 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (/.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 #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 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) 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 1/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 a (*.f64 a #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 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 (*.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 (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 #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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 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)))) (/.f64 b a)) a) b) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.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 (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 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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 (*.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 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 (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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) |
(/.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 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) |
(/.f64 #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) (/.f64 a b)))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) |
(/.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 #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 (+.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 (*.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 (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 (/.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #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 (+.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 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 (*.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #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) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 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))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(+.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 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b))) |
(+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) 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 (/.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 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 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 -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #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)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(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 (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)))) |
(/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 b a) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) (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 (/.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 (fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (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)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) b)) |
(+.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 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 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 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 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 #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))))))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (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 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 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 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 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (fma.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 b) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (/.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 #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.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 (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))))))) |
(*.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))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(/.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 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (neg.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 a a)) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))))))) c)) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))))) |
5 calls:
| 159.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)) |
| 93.0ms | c |
| 83.0ms | (*.f64 #s(literal 3 binary64) a) |
| 80.0ms | a |
| 69.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.6% | 1 | b |
| 95.6% | 1 | c |
| 95.6% | 1 | a |
| 95.6% | 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)) |
| 95.6% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/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 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(+.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 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (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 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (/.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 #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 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) 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 1/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 a (*.f64 a #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 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 (*.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 (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 #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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 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)))) (/.f64 b a)) a) b) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.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 (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 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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 (*.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 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 (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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) |
(/.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 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) |
(/.f64 #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) (/.f64 a b)))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) |
(/.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 #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 (+.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 (*.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 (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 (/.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #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 (+.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 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 (*.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #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) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 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))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(+.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 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 #s(literal 9 binary64) (/.f64 (*.f64 a (*.f64 a a)) b))) |
(+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) 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 (/.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 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 a a))) (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) (*.f64 (/.f64 a #s(literal 1/3 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 a a))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 b a)) (/.f64 (/.f64 b a) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.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 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 -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a)) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 b (/.f64 a (/.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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) (*.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 a (/.f64 b #s(literal 3 binary64)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #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)))) (*.f64 a (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 b (*.f64 #s(literal -3 binary64) (/.f64 a b)))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(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 (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)))) |
(/.f64 (fma.f64 (/.f64 a b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.f64 (/.f64 b a) (pow.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a)) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) (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 (/.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 (fma.f64 a (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) b) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (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)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (/.f64 a (*.f64 b #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) b)) |
(+.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 (fma.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(fma.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 (/.f64 a b) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (neg.f64 (*.f64 a (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a #s(literal -1/3 binary64)))) #s(literal -1 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 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 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 #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))))))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 b (*.f64 (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)))) (/.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))) (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 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 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 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 (fma.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (fma.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 b) (/.f64 (*.f64 b a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b 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 (/.f64 (*.f64 b (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b (/.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 #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)))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (/.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) (neg.f64 (/.f64 (*.f64 b (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(+.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (fma.f64 (neg.f64 (/.f64 (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))) (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64)))))))) (*.f64 (/.f64 #s(literal -2 binary64) c) (*.f64 a (*.f64 c c)))) (*.f64 (/.f64 #s(literal -2 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (+.f64 (*.f64 c (*.f64 c (*.f64 #s(literal -135/128 binary64) (*.f64 a a)))) (*.f64 b (*.f64 b (+.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (*.f64 (*.f64 b b) #s(literal -3/8 binary64))))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))))) (/.f64 (/.f64 a (/.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a))))) |
(/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (sqrt.f64 a) (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) a)) |
(*.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 (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))))))) |
(*.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))))))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) (fma.f64 (neg.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) a (*.f64 (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) a))) |
(/.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 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) a (neg.f64 (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (fma.f64 (/.f64 b (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a b) (*.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (/.f64 a b)))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
| 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:
| 76.0ms | b |
| 73.0ms | c |
| 66.0ms | a |
| 52.0ms | (*.f64 #s(literal 3 binary64) a) |
| 52.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 |
|---|---|---|
| 95.5% | 1 | a |
| 95.5% | 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)) |
| 95.5% | 1 | (*.f64 #s(literal 3 binary64) a) |
| 95.5% | 1 | b |
| 95.5% | 1 | c |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.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 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/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 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(+.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 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (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 #s(literal -1 binary64) a) (*.f64 (-.f64 b (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 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(/.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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (*.f64 (/.f64 b a) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) 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 (/.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 #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 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 #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))) 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 1/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 a (*.f64 a #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 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 (*.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 (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 #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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) b) (/.f64 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)))) (/.f64 b a)) a) b) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.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 (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 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 9 binary64) (/.f64 #s(literal 1 binary64) (+.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 (*.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 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 (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 #s(literal -1/3 binary64) a)))) (/.f64 b a)) a) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a b))) |
(/.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 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) a) (/.f64 a b)))) |
(/.f64 #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) (/.f64 a b)))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) a))))) |
(/.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 #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 (+.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 (*.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 (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 (/.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 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) a) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) a))) (/.f64 #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 (+.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) b) (/.f64 a b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 b b) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 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 (*.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 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) (*.f64 b a)) b) #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) a) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (*.f64 (/.f64 (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (*.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 3 binary64) b)) (/.f64 (/.f64 a #s(literal 1/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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #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) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 3 binary64) (/.f64 b a)) #s(literal -3 binary64)) a) (/.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -1 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 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) a) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 a b) (/.f64 #s(literal 1/3 binary64) (*.f64 b a)))) #s(literal -1 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a b)))) |
(/.f64 (/.f64 (+.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)) (neg.f64 (/.f64 #s(literal 1/3 binary64) a))) (*.f64 b #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/3 binary64) a))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.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 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))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 b a)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 a (/.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 b (/.f64 a (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 3 binary64) (/.f64 b a))) (*.f64 #s(literal 3 binary64) (*.f64 a a))) (*.f64 (*.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) b) (/.f64 #s(literal 3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b a)) (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a (/.f64 a b)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
5 calls:
| 46.0ms | b |
| 35.0ms | (*.f64 #s(literal 3 binary64) a) |
| 34.0ms | c |
| 32.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)) |
| 32.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.1% | 1 | b |
| 94.1% | 1 | c |
| 94.1% | 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)) |
| 94.1% | 1 | a |
| 94.1% | 1 | (*.f64 #s(literal 3 binary64) a) |
Compiled 38 to 26 computations (31.6% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/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 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)) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))) |
3 calls:
| 44.0ms | b |
| 10.0ms | a |
| 10.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.1% | 1 | a |
| 94.1% | 1 | b |
| 94.1% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.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 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) 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 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 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 (+.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 binary64) a) (*.f64 b (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.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 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))))) (*.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 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)))) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
3 calls:
| 35.0ms | a |
| 12.0ms | b |
| 9.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.9% | 1 | a |
| 90.9% | 1 | c |
| 90.9% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.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 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(*.f64 b (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 b (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a (*.f64 b b))) (/.f64 #s(literal 2 binary64) c)))) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
3 calls:
| 5.0ms | c |
| 5.0ms | b |
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.8% | 1 | a |
| 90.8% | 1 | b |
| 90.8% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.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 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -2 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -2 binary64) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -1/2 binary64)) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c a))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 4.0ms | b |
| 4.0ms | a |
| 4.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.0% | 1 | a |
| 82.0% | 1 | c |
| 82.0% | 1 | b |
Compiled 12 to 9 computations (25% saved)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| Outputs |
|---|
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
3 calls:
| 2.0ms | a |
| 2.0ms | c |
| 2.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.8% | 1 | a |
| 81.8% | 1 | b |
| 81.8% | 1 | c |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
3 calls:
| 1.0ms | a |
| 1.0ms | b |
| 1.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.8% | 1 | a |
| 81.8% | 1 | b |
| 81.8% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 1× | egg-herbie |
| 86× | *-commutative_binary64 |
| 38× | +-commutative_binary64 |
| 2× | 1-exp_binary64 |
| 2× | 1-exp_binary32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 118 | 298 |
| 1 | 183 | 298 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 c (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) a)))))))))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 c c)))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 #s(literal 9 binary64) (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 a (+.f64 (+.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 c (/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 2/27 binary64) (*.f64 b (*.f64 #s(literal 405/64 binary64) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 c c))))))))))) |
(+.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 (*.f64 a a) #s(literal -135/128 binary64))) (*.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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 #s(literal 9 binary64) c) (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)))))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 c (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (*.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64)) (*.f64 c #s(literal 9 binary64)))))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 9 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 1/8 binary64))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 a #s(literal 9 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b)) (*.f64 b #s(literal -2 binary64))) c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 b #s(literal -2 binary64)) (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 c a) b))) c)) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 a b)) (/.f64 (*.f64 b #s(literal -2 binary64)) c))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
| 7382× | *-lowering-*.f32 |
| 7382× | *-lowering-*.f64 |
| 7274× | *-lowering-*.f32 |
| 7274× | *-lowering-*.f64 |
| 7124× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 62 | 378 |
| 1 | 293 | 353 |
| 2 | 1985 | 349 |
| 0 | 8279 | 349 |
| 0 | 1498 | 15650 |
| 1 | 5328 | 14746 |
| 0 | 8998 | 14746 |
| 0 | 13 | 48 |
| 1 | 40 | 44 |
| 2 | 150 | 44 |
| 3 | 796 | 44 |
| 4 | 7633 | 44 |
| 0 | 8533 | 44 |
| 0 | 1498 | 15232 |
| 1 | 5328 | 14331 |
| 0 | 8948 | 14331 |
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7258 | 3181 |
| 0 | 8104 | 3181 |
| 0 | 1819 | 14941 |
| 1 | 6461 | 14119 |
| 0 | 8331 | 14119 |
| 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 | 68 | 379 |
| 1 | 322 | 349 |
| 2 | 1801 | 319 |
| 0 | 8481 | 319 |
| 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 587 to 323 computations (45% saved)
Compiled 642 to 260 computations (59.5% saved)
Loading profile data...