
Time bar (total: 25.1s)
| 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 |
| 0% | 0% | 0% | 100% | 0% | 0% | 0% | 7 |
| 2.3% | 0% | 0% | 100% | 0% | 0% | 0% | 8 |
| 11.3% | 0% | 0% | 100% | 0% | 0% | 0% | 9 |
| 21.1% | 0% | 0% | 100% | 0% | 0% | 0% | 10 |
| 28% | 0% | 0% | 100% | 0% | 0% | 0% | 11 |
| 40.1% | 0% | 0% | 100% | 0% | 0% | 0% | 12 |
Compiled 43 to 25 computations (41.9% saved)
...c/correct-round.rkt:119:19: 410.0ms (72.2% of total)ival-mult: 47.0ms (8.3% of total)ival-<: 40.0ms (7% of total)ival-sqrt: 15.0ms (2.6% of total)ival-div: 13.0ms (2.3% of total)ival-and: 11.0ms (1.9% of total)ival-neg: 11.0ms (1.9% of total)ival-add: 10.0ms (1.8% of total)ival-sub: 9.0ms (1.6% of total)const: 1.0ms (0.2% of total)backward-pass: 1.0ms (0.2% of total)| 1.5s | 4144× | 1 | valid |
| 933.0ms | 4112× | 0 | valid |
| 258.0ms | 1306× | 0 | invalid |
...c/correct-round.rkt:119:19: 461.0ms (22.7% of total)ival-mult: 399.0ms (19.7% of total)ival-<: 293.0ms (14.5% of total)ival-neg: 169.0ms (8.3% of total)ival-sqrt: 156.0ms (7.7% of total)ival-div: 147.0ms (7.3% of total)ival-add: 141.0ms (7% of total)backward-pass: 117.0ms (5.8% of total)ival-sub: 82.0ms (4% of total)ival-and: 54.0ms (2.7% of total)const: 7.0ms (0.3% 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 |
|---|---|---|---|---|---|
| 223 | 3 | (0.41434265944929916 2.553381870302453 0.007785368047435671) | 0 | - | (+.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 |
| 78.0ms | 264× | 0 | valid |
| 74.0ms | 248× | 1 | valid |
Compiled 160 to 38 computations (76.3% saved)
ival-mult: 26.0ms (43.7% of total)ival-sqrt: 7.0ms (11.8% of total)backward-pass: 7.0ms (11.8% of total)ival-div: 6.0ms (10.1% of total)ival-add: 5.0ms (8.4% of total)ival-neg: 4.0ms (6.7% of total)ival-sub: 4.0ms (6.7% of total)const: 1.0ms (1.7% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 56.6% | (/.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.6% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.6% | (+.f64 (*.f64 b b) (*.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 | 56.8% | (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
| 50.0ms | 132× | 0 | valid |
| 39.0ms | 124× | 1 | valid |
Compiled 70 to 14 computations (80% saved)
ival-mult: 14.0ms (49.9% of total)backward-pass: 4.0ms (14.3% of total)ival-div: 3.0ms (10.7% of total)ival-sqrt: 3.0ms (10.7% of total)ival-sub: 2.0ms (7.1% of total)ival-add: 2.0ms (7.1% of total)const: 1.0ms (3.6% 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 | |
|---|---|---|---|---|
| 1.0ms | a | @ | -inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | inf | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | c | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | b | @ | 0 | (/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
| 1.0ms | a | @ | -inf | (sqrt (+ (* b b) (* c (* a -3)))) |
| 1× | batch-egg-rewrite |
| 3184× | *-lowering-*.f32 |
| 3184× | *-lowering-*.f64 |
| 2946× | /-lowering-/.f32 |
| 2946× | /-lowering-/.f64 |
| 1496× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 48 |
| 1 | 40 | 44 |
| 2 | 150 | 44 |
| 3 | 796 | 44 |
| 4 | 7633 | 44 |
| 0 | 8533 | 44 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- (sqrt (+ (* b b) (* c (* a -3)))) b) (* 3 a)) |
(- (sqrt (+ (* b b) (* c (* a -3)))) b) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* c (* a -3)) |
| Outputs |
|---|
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b #s(literal 3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (fma.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(+.f64 (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (neg.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 0 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 0 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a (/.f64 a b)) (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b a) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (-.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 a (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(-.f64 (/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 a (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (*.f64 a a)) (/.f64 (/.f64 a (/.f64 #s(literal 3 binary64) b)) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(-.f64 (/.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(-.f64 (/.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(-.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 0 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (+.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 9 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))) #s(literal -1 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (*.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 #s(literal 1 binary64) (*.f64 a a))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal -1/3 binary64) (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -3 binary64)) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (+.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -3 binary64)) (/.f64 a (/.f64 a b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (*.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a b))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b a)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b a))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal -3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 b (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 b a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 a (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) a)) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal 3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a (-.f64 #s(literal 0 binary64) b)) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b))) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 a (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 a (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal 3 binary64)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (/.f64 a (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) (*.f64 #s(literal -3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a))) (*.f64 a a)) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 3 binary64)) (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (*.f64 a #s(literal -3 binary64))) (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal 3 binary64)) (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)))) #s(literal -9 binary64)) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) b) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 a (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal -3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal 3 binary64) (/.f64 b #s(literal -3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 a #s(literal -3 binary64))) (*.f64 b a)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal 3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b a))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b #s(literal -3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -3 binary64))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) a) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal -3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (-.f64 #s(literal 0 binary64) b) a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (*.f64 a #s(literal -3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) a) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) #s(literal -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -3 binary64)) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (/.f64 b (/.f64 #s(literal 1/3 binary64) a)))) (*.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) #s(literal -1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a)) (neg.f64 (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b)))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64))) (neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal -3 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64)) #s(literal -3 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b)))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a))) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a))) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b)))) (*.f64 a a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a)))) #s(literal 9 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (*.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) #s(literal 1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) #s(literal 1 binary64)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) #s(literal 1 binary64)) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) #s(literal 1 binary64)) (*.f64 a (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 1 binary64)) #s(literal 9 binary64)) |
(/.f64 (*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64))) a) |
(/.f64 (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) #s(literal -1 binary64)) a) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) a) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) |
(/.f64 (/.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -3 binary64))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (*.f64 a #s(literal -3 binary64))) a) |
(/.f64 (/.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (*.f64 a #s(literal -3 binary64))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) a) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) a) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) a) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) a) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) #s(literal 3 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) #s(literal 3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) a) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (/.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal 1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))) #s(literal -1 binary64)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (+.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 3 binary64) b))) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (+.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) (/.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 #s(literal 1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 3 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) a)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a)))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b)) a) (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 b a)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal 1/3 binary64) a)) (/.f64 a (/.f64 #s(literal 3 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 #s(literal 1/3 binary64) a))) (*.f64 #s(literal -3 binary64) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b a))) #s(literal 1/9 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(*.f64 (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64)) #s(literal -1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 #s(literal 1/3 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal 3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 a b))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 a (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (*.f64 #s(literal -3 binary64) (/.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64))) |
(+.f64 #s(literal 0 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 1 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) #s(literal -1 binary64))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) b) |
(-.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -1 binary64))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(neg.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(pow.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) #s(literal -3 binary64)) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 #s(literal 1/2 binary64)) (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) (*.f64 b b)) |
(exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 #s(literal 3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) a)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) (*.f64 b b)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64) (*.f64 b b)) |
(+.f64 (*.f64 c #s(literal 0 binary64)) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (*.f64 #s(literal 0 binary64) c) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(neg.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(/.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(*.f64 #s(literal -3 binary64) (*.f64 c a)) |
(*.f64 (*.f64 c (*.f64 a #s(literal -3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) a))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 c)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c (/.f64 #s(literal 1/3 binary64) a))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 c #s(literal 3 binary64))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (/.f64 c (/.f64 #s(literal 1/3 binary64) a)) #s(literal -1 binary64)) |
(*.f64 (*.f64 c #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 c #s(literal -1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 3 binary64)) |
(*.f64 (neg.f64 c) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal 3 binary64)) #s(literal -1 binary64)) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 3 binary64)) a) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 a #s(literal -3 binary64))) |
(*.f64 (*.f64 (*.f64 c #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) #s(literal -3 binary64)) |
| 1× | egg-herbie |
| 5988× | *-lowering-*.f32 |
| 5988× | *-lowering-*.f64 |
| 2330× | +-lowering-+.f64 |
| 2330× | +-lowering-+.f32 |
| 1558× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7258 | 3181 |
| 0 | 8104 | 3181 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(* -3/2 (/ (* a c) b)) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(* -2 b) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(* -3/2 (/ (* a c) b)) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -3/2 (/ (* a c) b)) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
(* -3 (* a c)) |
| Outputs |
|---|
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c))) (/.f64 #s(literal -1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 b (+.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal -1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b)) (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -2/3 binary64)) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (+.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a)) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (+.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 c (/.f64 #s(literal -1/2 binary64) (*.f64 b b))) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c) (*.f64 c c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c) (*.f64 c c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) c) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/24 binary64)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 c (neg.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (/.f64 b (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal -1/6 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal 1/6 binary64) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) b)) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/3 binary64))) (/.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) b) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))))) a)) a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) b) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))))) |
(+ (* b (- (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))) 1)) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (+.f64 #s(literal -1 binary64) (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64))))))))) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(/ (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (/.f64 b c)))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))) (/ b c)))) |
(*.f64 (+.f64 (/.f64 b c) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) |
(* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 405/64 binary64) b))))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64))))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (+.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))) (/ b a)))) |
(*.f64 (+.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b b))) (sqrt.f64 #s(literal 3 binary64))) b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) b) a)) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) #s(literal -1/8 binary64)) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) b) a)) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) #s(literal 1/2 binary64)))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 b (*.f64 b (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c) (*.f64 c c))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c) (*.f64 c c))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/8 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) c) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))))) (sqrt.f64 #s(literal -3 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal 3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a)))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (neg.f64 c)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (/.f64 (*.f64 (*.f64 c (*.f64 c a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c (*.f64 c a))) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c (/.f64 (/.f64 c b) b)) b) #s(literal -9/8 binary64))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) (neg.f64 (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64))) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) c)) #s(literal 1/2 binary64)) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal 3 binary64)))) (+.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) #s(literal -1/8 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))))))) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
Compiled 20754 to 2230 computations (89.3% saved)
92 alts after pruning (92 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 689 | 92 | 781 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 690 | 92 | 782 |
| Status | Accuracy | Program |
|---|---|---|
| 56.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.8% | (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)))) | |
| 56.4% | (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)))) | |
| 56.1% | (/.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)) | |
| 56.0% | (/.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) | |
| 56.2% | (/.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))) | |
| 56.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 56.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 56.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 55.9% | (/.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))) | |
| 56.1% | (/.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)) | |
| 86.1% | (/.f64 (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 79.7% | (/.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)) | |
| 56.6% | (/.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) | |
| 56.6% | (/.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))) | |
| 63.0% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.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)))))))) | |
| 56.6% | (/.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))) | |
| 35.1% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 42.3% | (/.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)) | |
| 42.3% | (/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) | |
| 55.6% | (/.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))))) | |
| ▶ | 55.9% | (/.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))) |
| 56.1% | (/.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))) | |
| 56.1% | (/.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))) | |
| 56.1% | (/.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))))) | |
| 56.0% | (/.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)) | |
| ▶ | 55.9% | (/.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))) |
| 56.2% | (/.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))) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.7% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.3% | (/.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)) | |
| ▶ | 56.5% | (/.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)) |
| 56.0% | (/.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))))))) | |
| 56.0% | (/.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))) | |
| 55.7% | (/.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)))))))) | |
| 55.9% | (/.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))) | |
| 86.3% | (/.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) | |
| 89.6% | (/.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) | |
| 55.0% | (/.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))) | |
| 55.1% | (/.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)) | |
| 55.8% | (/.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)))) | |
| 55.7% | (/.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)) | |
| 56.0% | (/.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))))))) | |
| 56.0% | (/.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))) | |
| 56.1% | (/.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))) | |
| 55.8% | (/.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)) | |
| 55.9% | (/.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))) | |
| 79.9% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 55.2% | (/.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)))) | |
| 55.9% | (/.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)) | |
| 56.6% | (/.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)) | |
| 79.7% | (/.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)) | |
| 86.1% | (/.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)) | |
| ▶ | 63.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 79.6% | (/.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)) | |
| 85.9% | (/.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)) | |
| 56.2% | (/.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)))) | |
| 55.9% | (/.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))))))))) | |
| 56.1% | (/.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))) | |
| 56.2% | (/.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)))) | |
| 56.2% | (/.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))))) | |
| 55.9% | (/.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))))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) | |
| 56.6% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 56.6% | (/.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))) | |
| 55.7% | (-.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)))) | |
| 55.1% | (-.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))) | |
| 55.6% | (-.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))))) | |
| 55.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)))) | |
| 55.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)))) | |
| 55.8% | (-.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)))) | |
| 56.4% | (+.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))))) | |
| 56.1% | (+.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))))) | |
| 56.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))))) | |
| 79.9% | (+.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)))) | |
| ▶ | 89.6% | (+.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)))))) |
| 86.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)))))) | |
| 55.5% | (+.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)))) | |
| 56.6% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 56.6% | (*.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)) | |
| 56.6% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| 56.0% | (*.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)))))))) | |
| 55.9% | (*.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)))) | |
| 55.8% | (*.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)))) | |
| 55.9% | (*.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)) | |
| 56.6% | (*.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)) | |
| 79.7% | (*.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))))) | |
| 86.1% | (*.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))) | |
| 89.5% | (*.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 5228 to 3246 computations (37.9% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
| ✓ | cost-diff | 256 | (*.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)) |
| ✓ | cost-diff | 384 | (/.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))) |
| ✓ | cost-diff | 0 | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) |
| ✓ | cost-diff | 128 | (-.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)) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a)) (*.f64 a #s(literal -9 binary64))) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) |
| ✓ | cost-diff | 0 | (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) |
| ✓ | cost-diff | 0 | (-.f64 (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a)))) b) |
| ✓ | cost-diff | 0 | (/.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 | 128 | (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) 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 | 0 | (+.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)))))) |
| ✓ | cost-diff | 128 | (*.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)))) |
| ✓ | cost-diff | 128 | (/.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 | 128 | (+.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)))) |
| 4080× | *-lowering-*.f32 |
| 4080× | *-lowering-*.f64 |
| 3586× | /-lowering-/.f32 |
| 3586× | /-lowering-/.f64 |
| 1320× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 570 |
| 1 | 175 | 547 |
| 2 | 544 | 518 |
| 3 | 2023 | 484 |
| 4 | 5780 | 484 |
| 0 | 8507 | 484 |
| 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)))) -3) (/ (* b (* a -3)) a)) (* a -9)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) -3) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ (* b (* a -3)) a) |
(* b (* a -3)) |
(* a -9) |
-9 |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) (* 3 (/ (* a -3) b))) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ (* a -3) b) |
(* 3 (/ (* a -3) b)) |
3 |
| Outputs |
|---|
(+ (/ (* c -1/2) b) (* a (+ (/ (* -3/8 (* c c)) (* b (* b b))) (* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)))))) |
(+.f64 (*.f64 a (*.f64 a (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -135/128 binary64))) (pow.f64 b #s(literal 7 binary64)))))) (*.f64 (/.f64 c b) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3/8 binary64))) (*.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 (+ (/ (* -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 (*.f64 a a) (*.f64 (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 (/.f64 #s(literal -3/8 binary64) 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 (*.f64 a a) (*.f64 (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 (/.f64 #s(literal -3/8 binary64) 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 (*.f64 c (*.f64 c #s(literal -3/8 binary64))) b) (*.f64 b b)) |
(* -3/8 (* c c)) |
(*.f64 c (*.f64 c #s(literal -3/8 binary64))) |
-3/8 |
#s(literal -3/8 binary64) |
(* c c) |
(*.f64 c c) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* a (+ (/ (* (* -9/16 c) (* c c)) (pow b 5)) (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b))) |
(*.f64 a (+.f64 (*.f64 (*.f64 c (*.f64 c c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 (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 c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a (*.f64 (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 c)) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(* (* -9/16 c) (* c c)) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(* -9/16 c) |
(*.f64 c #s(literal -9/16 binary64)) |
-9/16 |
#s(literal -9/16 binary64) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(/.f64 (*.f64 a (*.f64 (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 a (*.f64 (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 #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 |
(/ (- (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)))) -3) (/ (* b (* a -3)) a)) (* a -9)) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a)) |
(*.f64 #s(literal -3 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) -3) |
(*.f64 #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) |
(/ (* b (* a -3)) a) |
(*.f64 b #s(literal -3 binary64)) |
(* b (* a -3)) |
(*.f64 b (*.f64 a #s(literal -3 binary64))) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) (* 3 (/ (* a -3) b))) |
(/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) |
(+.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) b))) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) b)) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
-3 |
#s(literal -3 binary64) |
(/ (* a -3) b) |
(/.f64 (*.f64 a #s(literal -3 binary64)) b) |
(* 3 (/ (* a -3) b)) |
(/.f64 (*.f64 a #s(literal -9 binary64)) b) |
3 |
#s(literal 3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.5% | (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
| ✓ | accuracy | 99.5% | (/.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))) |
| ✓ | accuracy | 99.4% | (*.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)) |
| ✓ | accuracy | 56.9% | (-.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)) |
| ✓ | accuracy | 99.6% | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) |
| ✓ | accuracy | 99.5% | (/.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))) |
| ✓ | accuracy | 56.7% | (-.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)) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 b b) a) |
| ✓ | accuracy | 99.6% | (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))) |
| ✓ | accuracy | 99.4% | (/.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 | 56.8% | (-.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.5% | (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.5% | (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) |
| 407.0ms | 166× | 1 | valid |
| 128.0ms | 90× | 0 | valid |
Compiled 639 to 62 computations (90.3% saved)
ival-div: 110.0ms (43.3% of total)ival-mult: 60.0ms (23.6% of total)backward-pass: 24.0ms (9.4% of total)ival-add: 19.0ms (7.5% of total)ival-pow: 14.0ms (5.5% of total)ival-sub: 10.0ms (3.9% of total)...c/correct-round.rkt:119:19: 7.0ms (2.8% of total)ival-sqrt: 6.0ms (2.4% of total)const: 2.0ms (0.8% of total)| Inputs |
|---|
#<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 (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b)> |
#<alt (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6)))> |
#<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 (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (* a (+ (* c -3) (/ (* b b) a)))> |
#<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 (/ (* b (* a -3)) a)> |
#<alt (/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a)) (* a -9))> |
#<alt (- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a))> |
#<alt (* (sqrt (+ (* b b) (* c (* a -3)))) -3)> |
#<alt (/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) (* 3 (/ (* a -3) b)))> |
#<alt (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b))> |
#<alt (* 3 (/ (* a -3) b))> |
#<alt (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3)> |
#<alt (* (* -9/16 c) (* c c))> |
#<alt (/ (* (* -9/16 c) (* c c)) (pow b 5))> |
#<alt (/ (* -3/8 (* c c)) (* b (* b b)))> |
#<alt (/ (* b b) a)> |
| Outputs |
|---|
#<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 (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 7)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -135/128 (/ (* a (pow c 4)) (pow b 6)))> |
#<alt (* -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 (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/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 (* -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/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* 3 b))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3)))))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* b (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 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 (/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b)> |
#<alt (/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) 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))) (* 9/2 (/ (* a c) (pow b 2)))) 6)))> |
#<alt (* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 6)))> |
#<alt (* 9/2 (/ (* a c) b))> |
#<alt (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b))))> |
#<alt (* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5)))))))> |
#<alt (* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 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)))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* 3 (/ b c))))> |
#<alt (* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b c))))> |
#<alt (* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b c))))> |
#<alt (* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 b)) c)))))> |
#<alt (* 9/2 (/ (* a c) b))> |
#<alt (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))> |
#<alt (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))> |
#<alt (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 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)))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a))))> |
#<alt (* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b a))))> |
#<alt (* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b a))))> |
#<alt (* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a)))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a)))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a)))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -3 b)> |
#<alt (* b (- (* 9/2 (/ (* a c) (pow b 2))) 3))> |
#<alt (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3))> |
#<alt (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3))> |
#<alt (* 3 b)> |
#<alt (* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 3)))> |
#<alt (* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3)))> |
#<alt (* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3)))> |
#<alt (* -3 b)> |
#<alt (+ (* -3 b) (* 9/2 (/ (* a c) b)))> |
#<alt (+ (* -3 b) (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b)))))> |
#<alt (+ (* -3 b) (* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -3 b)> |
#<alt (+ (* -3 b) (* 9/2 (/ (* a c) b)))> |
#<alt (+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))))> |
#<alt (+ (* -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 (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* a (+ (* -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 (* a (+ (* -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 (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) b)> |
#<alt -3> |
#<alt (- (* 9/2 (/ (* a c) (pow b 2))) 3)> |
#<alt (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3)> |
#<alt (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3)> |
#<alt 3> |
#<alt (+ 3 (* -9/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt -3> |
#<alt (- (* 9/2 (/ (* a c) (pow b 2))) 3)> |
#<alt (- (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2))))) 3)> |
#<alt (- (* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6))))))) 3)> |
#<alt (* -3 (* (sqrt (* a c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt -3> |
#<alt (- (* 9/2 (/ (* a c) (pow b 2))) 3)> |
#<alt (- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3)> |
#<alt (- (* 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 (* a c)) (/ (sqrt -3) b)))> |
#<alt (* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3))))))> |
#<alt (* a (+ (* -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 (* a (+ (* -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 (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -3 (* (sqrt (* a c)) (/ (sqrt -3) b)))> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* 3 b)) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3))))))) b)> |
#<alt (/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* b (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) b)> |
#<alt (* 9/2 (/ (* a c) (pow b 2)))> |
#<alt (/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) (pow b 2))> |
#<alt (/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) (pow b 2))> |
#<alt (/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) (pow b 2))> |
#<alt 6> |
#<alt (+ 6 (* -9/2 (/ (* a c) (pow b 2))))> |
#<alt (+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))> |
#<alt (+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* 9/2 (/ (* a c) (pow b 2)))> |
#<alt (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2)))))> |
#<alt (* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6)))))))> |
#<alt (* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* c (+ (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow a 3) (pow b 6)))))))))> |
#<alt (* -3 (* (sqrt (* a c)) (/ (sqrt -3) b)))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* 3 (/ 1 c))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3 (/ 1 c)))))> |
#<alt (* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 c))))))> |
#<alt (* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* c (- (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) c)))))> |
#<alt (* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c)))))> |
#<alt (* 9/2 (/ (* a c) (pow b 2)))> |
#<alt (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2)))))> |
#<alt (* 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)))))))> |
#<alt (* a (+ (* 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 (* a c)) (/ (sqrt -3) b)))> |
#<alt (* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a))))> |
#<alt (* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a)))))> |
#<alt (* a (+ (* -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 (* a c)) (/ (* (sqrt -1) (sqrt 3)) b)))> |
#<alt (* -1 (* a (- (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a)))))> |
#<alt (* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a)))))> |
#<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 (* -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 (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (* -3/8 (/ (pow c 2) (pow b 3)))> |
#<alt (/ (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)> |
168 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 27.0ms | c | @ | 0 | (/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
| 19.0ms | c | @ | inf | (/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) (* 3 (/ (* a -3) b))) |
| 12.0ms | b | @ | -inf | (* a (+ (* c -3) (/ (* b b) a))) |
| 5.0ms | a | @ | inf | (* a (+ (* c -3) (/ (* b b) a))) |
| 3.0ms | c | @ | inf | (+ (/ (* -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)))) |
| 1× | batch-egg-rewrite |
| 4114× | *-lowering-*.f32 |
| 4114× | *-lowering-*.f64 |
| 3684× | /-lowering-/.f32 |
| 3684× | /-lowering-/.f64 |
| 1150× | frac-2neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 303 |
| 1 | 276 | 288 |
| 2 | 1719 | 262 |
| 0 | 8707 | 262 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* -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)))) |
(/ (* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) b) |
(* (* -1/6 a) (/ (* (pow c 4) 405/64) (pow b 6))) |
(+ (/ (* 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) |
(* a (+ (* c -3) (/ (* b b) a))) |
(/ (- (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)))) |
(/ (* b (* a -3)) a) |
(/ (- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a)) (* a -9)) |
(- (* (sqrt (+ (* b b) (* c (* a -3)))) -3) (/ (* b (* a -3)) a)) |
(* (sqrt (+ (* b b) (* c (* a -3)))) -3) |
(/ (- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) (* 3 (/ (* a -3) b))) |
(* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) |
(* 3 (/ (* a -3) b)) |
(- (* (/ (sqrt (+ (* b b) (* c (* a -3)))) a) (/ (* a -3) b)) -3) |
(* (* -9/16 c) (* c c)) |
(/ (* (* -9/16 c) (* c c)) (pow b 5)) |
(/ (* -3/8 (* c c)) (* b (* b b))) |
(/ (* b b) a) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))) (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 a (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) a) (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) (*.f64 (pow.f64 b #s(literal -5 binary64)) a) (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) a (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.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 #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) c) (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) c) b) (/.f64 c (*.f64 b b)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) c) (*.f64 b b)) (/.f64 c b) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) (pow.f64 b #s(literal -5 binary64)) (+.f64 (*.f64 a (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 (*.f64 b (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (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 #s(literal 0 binary64) (*.f64 b b)) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 c c) b)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (*.f64 (*.f64 b b) (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 (*.f64 b b) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (pow.f64 b #s(literal 6 binary64))) (*.f64 b (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) (-.f64 #s(literal 0 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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (pow.f64 b #s(literal 6 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) (-.f64 #s(literal 0 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 #s(literal 0 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))))) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) (*.f64 b (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) (-.f64 #s(literal 0 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 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) (pow.f64 b #s(literal 6 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal -1 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) (-.f64 #s(literal 0 binary64) (*.f64 b b))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 3/8 binary64) (/.f64 (*.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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) a) b) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) (*.f64 (*.f64 c #s(literal -9/16 binary64)) b)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) b)) |
(neg.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) b)) |
(neg.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 a #s(literal -1/6 binary64)) b))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) b))) |
(/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 b (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))))) |
(/.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) b) |
(/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (pow.f64 b #s(literal 6 binary64))) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))) |
(/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (*.f64 b (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (neg.f64 (*.f64 b (pow.f64 b #s(literal 6 binary64))))) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (neg.f64 (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) b) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) b)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -1/6 binary64) (/.f64 b (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))))) |
(*.f64 #s(literal -1/6 binary64) (/.f64 a (/.f64 b (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))))) |
(*.f64 #s(literal -1/6 binary64) (/.f64 (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) b)) |
(*.f64 (*.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 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) (/.f64 (*.f64 a #s(literal -1/6 binary64)) b)) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) |
(*.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 b (pow.f64 b #s(literal 6 binary64))))) |
(*.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 7 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)))) (*.f64 a #s(literal -1/6 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) |
(*.f64 (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) b) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) #s(literal -1 binary64)) (pow.f64 b #s(literal -6 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) |
(neg.f64 (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (*.f64 a #s(literal -1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) #s(literal 1 binary64))) |
(/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))))) |
(/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(/.f64 (*.f64 a #s(literal 1/6 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) |
(/.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64))))) (pow.f64 b #s(literal 6 binary64))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -1/6 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) |
(*.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 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal -6 binary64))) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (*.f64 (pow.f64 b #s(literal -6 binary64)) (*.f64 a #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) (*.f64 a #s(literal -1/6 binary64))) |
(*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) (neg.f64 (*.f64 a #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -1/6 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))))) |
(*.f64 (/.f64 (*.f64 a (pow.f64 c #s(literal 4 binary64))) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) #s(literal -1/6 binary64)) |
(*.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal -6 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 a #s(literal 1/6 binary64))) |
(*.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 a (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64))) (pow.f64 b #s(literal -6 binary64)))) |
(*.f64 (*.f64 a #s(literal 1/6 binary64)) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal -405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (*.f64 (*.f64 a #s(literal -1/6 binary64)) (pow.f64 c #s(literal 4 binary64))) (*.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal -6 binary64)))) |
(*.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64))) #s(literal -1/6 binary64)) a) |
(*.f64 (neg.f64 (*.f64 a #s(literal 1/6 binary64))) (/.f64 (pow.f64 c #s(literal 4 binary64)) (/.f64 (pow.f64 b #s(literal 6 binary64)) #s(literal 405/64 binary64)))) |
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(+.f64 (+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (/.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) |
(-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64))))))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) a) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 c (/.f64 #s(literal -1/2 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) a) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) a (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) a) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 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 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))))) |
(fma.f64 (*.f64 a #s(literal -3/8 binary64)) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (*.f64 a (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3/8 binary64))) (/.f64 (*.f64 c c) (*.f64 b b)) (+.f64 (*.f64 a (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c))) (/.f64 (*.f64 a (*.f64 #s(literal -1/6 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)))) (pow.f64 b #s(literal 7 binary64)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.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 #s(literal 1 binary64) (/.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 #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 (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64))))) |
(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) 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 (*.f64 c #s(literal 1/2 binary64)) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(*.f64 (*.f64 c #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) c) #s(literal 1/2 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) #s(literal -1/2 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)) |
(fma.f64 c (*.f64 a #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 b (*.f64 (/.f64 b a) a) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (/.f64 b (/.f64 a b)) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(fma.f64 (/.f64 b (/.f64 a b)) a (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 b a) (/.f64 b a) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 a #s(literal -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 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64)))) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (sqrt.f64 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (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 3 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.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 -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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)) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 #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 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 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))))) a) #s(literal 1/3 binary64) (/.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))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -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 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.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))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (*.f64 a #s(literal -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 -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 -3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (/.f64 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))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))))) |
(neg.f64 (*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 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 #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 a #s(literal -9 binary64))) |
(/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) b) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 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 #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 -3 binary64)))))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 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 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #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 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #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)))))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #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 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 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)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 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 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)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.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 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 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))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) 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 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) |
(/.f64 (-.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 -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal -9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 3 binary64)) 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)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 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 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 9 binary64)) b))) |
(/.f64 (-.f64 (/.f64 a (/.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)))))) #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 a (/.f64 b #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 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 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 -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.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 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -9 binary64))) |
(/.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 -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 #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 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.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 (*.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 -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.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 3 binary64)) b))) |
(/.f64 (-.f64 #s(literal -9 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 b #s(literal -1/3 binary64)) 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 -9 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 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 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 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal -9 binary64) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) a) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 a (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) #s(literal -9 binary64)) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) a) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a a)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a)) (neg.f64 (/.f64 #s(literal -3 binary64) b))) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #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))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a))) #s(literal -9 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.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 #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 #s(literal -1/9 binary64) a)) |
(*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (*.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 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #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/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) (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 b (*.f64 a #s(literal -9 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 #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 -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) b) |
(*.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) |
(*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 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 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(+.f64 (-.f64 #s(literal 0 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) |
(-.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) |
(*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 #s(literal -1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1/2 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))))))) |
(pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 1 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 #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))))))) |
(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 3 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 b #s(literal 3 binary64))) |
(neg.f64 (*.f64 b #s(literal 3 binary64))) |
(/.f64 b #s(literal -1/3 binary64)) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 a b)) |
(/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) a) |
(/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) b)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) b)))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1/3 binary64) b))) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) b) #s(literal -1 binary64)) |
(*.f64 b #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) b) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b a)) |
(*.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) |
(*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 b a) (/.f64 #s(literal -3 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 b #s(literal 3 binary64))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64)))) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (sqrt.f64 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (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 3 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.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 -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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)) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 #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 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 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))))) a) #s(literal 1/3 binary64) (/.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))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -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 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.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))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (*.f64 a #s(literal -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 -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 -3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (/.f64 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))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))))) |
(neg.f64 (*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 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 #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 a #s(literal -9 binary64))) |
(/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) b) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 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 #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 -3 binary64)))))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 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 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #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 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #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)))))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #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 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 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)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 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 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)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.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 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 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))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) 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 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) |
(/.f64 (-.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 -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal -9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 3 binary64)) 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)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 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 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 9 binary64)) b))) |
(/.f64 (-.f64 (/.f64 a (/.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)))))) #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 a (/.f64 b #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 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 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 -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.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 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -9 binary64))) |
(/.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 -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 #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 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.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 (*.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 -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.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 3 binary64)) b))) |
(/.f64 (-.f64 #s(literal -9 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 b #s(literal -1/3 binary64)) 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 -9 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 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 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 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal -9 binary64) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) a) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 a (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) #s(literal -9 binary64)) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) a) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a a)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a)) (neg.f64 (/.f64 #s(literal -3 binary64) b))) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #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))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a))) #s(literal -9 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.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 #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 #s(literal -1/9 binary64) a)) |
(*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (*.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 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #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/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) (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 b (*.f64 a #s(literal -9 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 #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 -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) b) |
(*.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) |
(*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 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 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) |
(+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (+.f64 (*.f64 b #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64)))) |
(+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 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 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -3 binary64) (/.f64 b #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 b a)) (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 b a) (*.f64 a #s(literal -3 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) a)) (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (fma.f64 (*.f64 b #s(literal 3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -3 binary64))))) (fma.f64 (neg.f64 (/.f64 b a)) (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 b a) (*.f64 a #s(literal -3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 b (*.f64 a #s(literal 3 binary64)))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1 binary64) a)) (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 b (*.f64 a #s(literal 3 binary64)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (fma.f64 (*.f64 b #s(literal 3 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) |
(-.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64)))) |
(fma.f64 b #s(literal 3 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fma.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 b #s(literal 3 binary64))) |
(fma.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (*.f64 b #s(literal 3 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -3 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
(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 a #s(literal -3 binary64))))))) |
(neg.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64)))) |
(*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64)))) b (/.f64 b (*.f64 a #s(literal 3 binary64))))) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (sqrt.f64 a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) (*.f64 a #s(literal 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) #s(literal 3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) a) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (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 3 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.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 -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) (fma.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) #s(literal -3 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -3 binary64)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/9 binary64) a)) (/.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 b #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(+.f64 (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) (/.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -3 binary64))) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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)) (*.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(-.f64 (/.f64 #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 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.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 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal -1/3 binary64) b)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 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))))) a) #s(literal 1/3 binary64) (/.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))))) a) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -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 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.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))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (*.f64 a #s(literal -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 -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 -3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) #s(literal 1 binary64) (/.f64 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))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) b (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64)))))) |
(neg.f64 (*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 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 #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 a #s(literal -9 binary64))) |
(/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (*.f64 a #s(literal -3 binary64))) |
(/.f64 (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) b) (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 9 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 #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 -3 binary64)))))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) (/.f64 #s(literal 1 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 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #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 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 a #s(literal 3 binary64))) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 #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)))))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 (*.f64 a #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 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 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)))))) a) (*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 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 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)) #s(literal 3 binary64)) (*.f64 a (/.f64 b a))) (*.f64 a #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.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 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 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))))) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) 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 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) |
(/.f64 (-.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 -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal -9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) 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)))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 3 binary64)) 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)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 9 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 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 9 binary64)) b))) |
(/.f64 (-.f64 (/.f64 a (/.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)))))) #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 a (/.f64 b #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 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.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 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 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 -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) 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))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.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 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) #s(literal -9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal 9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -9 binary64))) |
(/.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 -9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 #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 9 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.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 (*.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 -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.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 3 binary64)) b))) |
(/.f64 (-.f64 #s(literal -9 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 b #s(literal -1/3 binary64)) 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 -9 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 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 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 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal 9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal -9 binary64) (/.f64 b #s(literal -1/3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -9 binary64) (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 #s(literal -9 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) a) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 a (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 a #s(literal 9 binary64))) (*.f64 b (*.f64 a #s(literal 3 binary64)))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 b (*.f64 a #s(literal 3 binary64))))) (*.f64 a (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) a) (*.f64 a (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) #s(literal -9 binary64)) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) a) (*.f64 a (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 a a)) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64)))) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a)) (neg.f64 (/.f64 #s(literal -3 binary64) b))) |
(/.f64 (neg.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #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))))) b) a)) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64))))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a))) #s(literal -9 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64))) #s(literal -1 binary64)) |
(*.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 #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 #s(literal -1/9 binary64) a)) |
(*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (+.f64 (*.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 1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 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 b (*.f64 a #s(literal -3 binary64))) (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #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/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) (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 b (*.f64 a #s(literal -9 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal -3 binary64)))) |
(*.f64 #s(literal -1 binary64) (-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (/.f64 b #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 binary64)) (*.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 -1/3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (+.f64 #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 -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal -3 binary64))) b) |
(*.f64 (/.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) |
(*.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) (*.f64 a #s(literal 3 binary64))) (-.f64 #s(literal 0 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 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal 3 binary64))))) |
(neg.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))) |
(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 a (/.f64 b #s(literal -3 binary64))))) |
(neg.f64 (*.f64 (/.f64 a (/.f64 b #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 (*.f64 a #s(literal 3 binary64)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 (*.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))))) a))) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b)) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 a #s(literal -3 binary64)) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) a)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (neg.f64 (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 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 b a)) |
(/.f64 (*.f64 (*.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) (*.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (neg.f64 (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 #s(literal 1 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))))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 (*.f64 a #s(literal -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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (/.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 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))) (*.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 (neg.f64 (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -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 b (*.f64 a #s(literal -3 binary64))) (-.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 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) b) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (/.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 (*.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) (*.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)))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(/.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 #s(literal 0 binary64) b)) |
(/.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 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) (*.f64 (-.f64 #s(literal 0 binary64) a) (pow.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (/.f64 b #s(literal -3 binary64))) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(pow.f64 (/.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 b (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 (/.f64 #s(literal -3 binary64) b) (/.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 1 binary64) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (-.f64 #s(literal 0 binary64) b)))) |
(*.f64 (*.f64 a #s(literal 3 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 -3 binary64))))) a)))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.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 1 binary64) (*.f64 (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) b))) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a)))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b a))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a (/.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 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) a))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 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 #s(literal 1 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)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 b (*.f64 a #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (*.f64 a #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b a)))) |
(*.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 #s(literal -1 binary64) b)) |
(*.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 #s(literal -1 binary64) a)) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (/.f64 #s(literal -3 binary64) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 #s(literal -3 binary64) (/.f64 b (*.f64 a #s(literal 3 binary64)))) |
(/.f64 #s(literal 3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 b #s(literal -3 binary64))) |
(/.f64 (*.f64 a #s(literal -9 binary64)) b) |
(/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -1 binary64)) |
(/.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(pow.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64))) |
(*.f64 #s(literal -3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(*.f64 #s(literal 3 binary64) (/.f64 a (/.f64 b #s(literal -3 binary64)))) |
(*.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 #s(literal -3 binary64) b)) |
(*.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal 3 binary64)) |
(*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 1 binary64)) |
(*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(*.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) |
(+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.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 (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) |
(-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal -3 binary64))) |
(fma.f64 a (/.f64 (/.f64 #s(literal -3 binary64) b) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) |
(fma.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 3 binary64)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) (*.f64 b a)) #s(literal 3 binary64)) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) a) #s(literal 3 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal 3 binary64)) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 3 binary64)) |
(fma.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 1 binary64) (*.f64 b a)) #s(literal 3 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) |
(fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) a) (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)) |
(neg.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 (+.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 -3 binary64)))))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))))) |
(*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal -3 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64))))) |
(neg.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64))))) |
(*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) |
(*.f64 (*.f64 c c) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 (*.f64 c c) (neg.f64 (*.f64 c #s(literal 9/16 binary64)))) |
(*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) |
(*.f64 #s(literal -9/16 binary64) (neg.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 c c))))) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (*.f64 c c)) |
(*.f64 (*.f64 c #s(literal -9/16 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)))) |
(*.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c #s(literal -9/16 binary64))))) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) c) |
(*.f64 (*.f64 c (*.f64 c #s(literal -9/16 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(*.f64 (*.f64 c (*.f64 c c)) #s(literal -9/16 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 c #s(literal 9/16 binary64))) |
(*.f64 #s(literal 9/16 binary64) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 c c)))) |
(*.f64 (*.f64 c #s(literal 9/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c c))) |
(*.f64 (*.f64 c (*.f64 c #s(literal 9/16 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (*.f64 (*.f64 c c) #s(literal -9/16 binary64)) c) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 c #s(literal -9/16 binary64))) |
(*.f64 (neg.f64 (*.f64 c #s(literal 9/16 binary64))) (*.f64 c c)) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) c) |
(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 #s(literal 0 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(neg.f64 (*.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 (*.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 #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 (-.f64 #s(literal 0 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) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c))))) |
(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 c (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 c c)))) |
(*.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 (*.f64 c (*.f64 c (*.f64 c #s(literal 9/16 binary64)))) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -9/16 binary64)) (*.f64 c (*.f64 c c)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 c c))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 b b) (*.f64 c c))) |
(/.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 b #s(literal -3/8 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (*.f64 b b)) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))))) |
(/.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 c c) b)) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (*.f64 b b)) |
(/.f64 (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))) b) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) b) |
(/.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 c c) b))) (*.f64 b b)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (neg.f64 (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 c c) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c c) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) c) (/.f64 c (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 3/8 binary64))) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) (*.f64 c c)))))) |
(*.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 (*.f64 c c) b)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 (*.f64 c c) b)) |
(*.f64 (/.f64 (*.f64 c c) b) (/.f64 #s(literal -3/8 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) c) b) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) c) (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b))) |
(*.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 c c)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 b b) (*.f64 c c))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 (*.f64 c c) b)) b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 b (*.f64 c c)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b (*.f64 #s(literal -3/8 binary64) c)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3/8 binary64) c)) #s(literal -1 binary64)) (pow.f64 (/.f64 b c) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a))) |
(/.f64 b (/.f64 a b)) |
(/.f64 (*.f64 b b) a) |
(/.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 (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b)))) |
(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) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 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 b a) b) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 a (*.f64 b b))))) |
| 1× | egg-herbie |
| 7350× | *-lowering-*.f32 |
| 7350× | *-lowering-*.f64 |
| 5290× | +-lowering-+.f64 |
| 5290× | +-lowering-+.f32 |
| 1730× | distribute-rgt-in |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1274 | 12895 |
| 1 | 4498 | 12285 |
| 0 | 8897 | 12285 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -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)))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(* -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) |
(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/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)))))))) |
(* -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/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -3 (* (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/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(* 9/2 (/ (* a c) b)) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) b) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b) |
(/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) 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))) (* 9/2 (/ (* a c) (pow b 2)))) 6))) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 6))) |
(* 9/2 (/ (* a c) b)) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b)))) |
(* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5))))))) |
(* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 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))))))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* 3 (/ b c)))) |
(* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b c)))) |
(* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b c)))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 b)) c))))) |
(* 9/2 (/ (* a c) b)) |
(* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b)))) |
(* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5))))))) |
(* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 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))))))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b a)))) |
(* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b a)))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -3 b) |
(* b (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3)) |
(* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3)) |
(* 3 b) |
(* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 3))) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3))) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3))) |
(* -3 b) |
(+ (* -3 b) (* 9/2 (/ (* a c) b))) |
(+ (* -3 b) (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b))))) |
(+ (* -3 b) (* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5)))))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -3 b) |
(+ (* -3 b) (* 9/2 (/ (* a c) b))) |
(+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))) |
(+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(* a (+ (* -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))))))) |
(* a (+ (* -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 (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/3 (/ b a)) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -1/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) b) |
-3 |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3) |
(- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3) |
3 |
(+ 3 (* -9/2 (/ (* a c) (pow b 2)))) |
(+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
-3 |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(- (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2))))) 3) |
(- (* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6))))))) 3) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
-3 |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3) |
(- (* 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 (* a c)) (/ (sqrt -3) b))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(* a (+ (* -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))))))) |
(* a (+ (* -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 (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* 3 b)) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3))))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* b (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) b) |
(* 9/2 (/ (* a c) (pow b 2))) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) (pow b 2)) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) (pow b 2)) |
(/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) (pow b 2)) |
6 |
(+ 6 (* -9/2 (/ (* a c) (pow b 2)))) |
(+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 9/2 (/ (* a c) (pow b 2))) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2))))) |
(* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6))))))) |
(* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* c (+ (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow a 3) (pow b 6))))))))) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* 3 (/ 1 c)))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3 (/ 1 c))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 c)))))) |
(* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* c (- (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) c))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c))))) |
(* 9/2 (/ (* a c) (pow b 2))) |
(* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(* 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))))))) |
(* a (+ (* 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 (* a c)) (/ (sqrt -3) b))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(* a (+ (* -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 (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(* -1 (* a (- (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) a))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) a))) a))))) |
(* -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)) |
(* -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))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/ (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) |
| Outputs |
|---|
(* -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 #s(literal -135/128 binary64) (/.f64 (*.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 #s(literal -135/128 binary64) (/.f64 (*.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 (/.f64 a (pow.f64 b #s(literal 5 binary64))) #s(literal 9/16 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 a (pow.f64 b #s(literal 5 binary64))) #s(literal 9/16 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 b b) (*.f64 c (*.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))) |
(/ (+ (* -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 (*.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 (*.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)))) (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 -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.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)))))) |
(+ (* -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 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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 (*.f64 b (*.f64 b b)) a)) (/.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 (*.f64 b (*.f64 b b)) a)) (/.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))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -135/128 (/ (* a (pow c 4)) (pow b 6))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)) c))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 (*.f64 a a) (*.f64 b b)) (*.f64 c (*.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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (*.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 (*.f64 c c) a))))))) (pow.f64 b #s(literal 7 binary64))) |
(* -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 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 -135/128 binary64) (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (/.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 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) b)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 c c) a)) (*.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 (*.f64 c c) a)) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.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 (*.f64 c c) a)) (*.f64 b b)) (+.f64 (*.f64 c #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 135/128 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64)))))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.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 (*.f64 c c) a)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 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 #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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (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 (/.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) (*.f64 a (*.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 (+.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 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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)))) (*.f64 a (*.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 (*.f64 #s(literal -135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (*.f64 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) (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 (*.f64 b (*.f64 b b)) a))) 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)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(* -1/2 c) |
(*.f64 c #s(literal -1/2 binary64)) |
(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)) (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)) |
(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 #s(literal 3 binary64) a) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) a) (/.f64 (*.f64 b b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (-.f64 (*.f64 #s(literal 3 binary64) a) (/.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/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 (*.f64 c c) a)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #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 #s(literal -1/6 binary64) (*.f64 (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))))) (*.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 (sqrt.f64 (/.f64 a c)) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64))))) a)) a)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (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 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (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/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) 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 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 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -1/2 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) |
(* 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 (*.f64 c c) a)) (*.f64 b (*.f64 b b))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))))) |
(* a (+ (* -3/2 (/ c b)) (* a (+ (* -9/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -27/16 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)))))))) |
(*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a)))) |
(* a (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) (/ b a))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b a))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -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))))) (neg.f64 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 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) b) a)) (neg.f64 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 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 #s(literal -1/8 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)))))) (neg.f64 a)) b) a)) (neg.f64 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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) |
(* c (+ (* -3/2 (/ a b)) (* c (+ (* -9/8 (/ (pow a 2) (pow b 3))) (* c (+ (* -27/16 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) b)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c)))) |
(* c (- (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) (/ b c))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #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 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))) (-.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 #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 #s(literal -1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) b) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) b) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (-.f64 (*.f64 (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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) b) c)) (neg.f64 c)) |
(* (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) b) (/.f64 (*.f64 c c) b)))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(/ (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -3/2 (* a c)) (+ (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 2 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #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 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) |
(+ b (* 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 (*.f64 c c) a)) (*.f64 b (*.f64 b b)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal -3/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal -1/8 binary64)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (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 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) (neg.f64 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 (+.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 #s(literal -1 binary64) (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1 binary64) (sqrt.f64 #s(literal -3 binary64))))) (neg.f64 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)))) (+ (* -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 #s(literal -1/2 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))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal 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)))))))) (neg.f64 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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 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 (*.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 (/.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)) (/.f64 (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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) |
(+ (* (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 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 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 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))) |
(* -1 b) |
(-.f64 #s(literal 0 binary64) b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b))) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 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 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 b b)) (*.f64 #s(literal -9/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) b)) |
(* -3 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/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) 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 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 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -1/2 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (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 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (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/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 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 (*.f64 c c) a)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (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 (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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* 3 b)) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b #s(literal 3 binary64))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.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)))))))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* b (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/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))))))))))) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) 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) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) b) |
(/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (/.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)))) b) |
(* 6 b) |
(*.f64 b #s(literal 6 binary64)) |
(* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 6))) |
(*.f64 b (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -6 binary64)))) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 6))) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 27/8 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -6 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 6))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.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)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -6 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b)))) |
(*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) |
(* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))))))) |
(* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 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))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.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 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -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 (* (sqrt (/ a c)) (sqrt -3))) (* 3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (/.f64 (*.f64 b #s(literal 3 binary64)) c))) |
(* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal 3 binary64)) c)))) |
(* c (- (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b c)))) |
(*.f64 c (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))) (/.f64 (*.f64 b #s(literal 3 binary64)) c))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b c))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (+.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 (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) c))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 3/2 binary64)) (*.f64 b #s(literal 3 binary64))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) c)) (* -3 b)) c))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (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 -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))))) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) (neg.f64 c)) (*.f64 b #s(literal 3 binary64))) c)) (neg.f64 c)) |
(* 9/2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) 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 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) 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 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) |
(* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 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))))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 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 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))))))))) |
(* -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 (* (sqrt (/ c a)) (sqrt -3))) (* 3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 b #s(literal 3 binary64)) a))) |
(* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) (* -3 (/ b a)))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (/.f64 (*.f64 b #s(literal 3 binary64)) a)))) |
(* a (- (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) (* -3 (/ b a)))) |
(*.f64 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 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (*.f64 #s(literal 3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) (/.f64 (*.f64 b #s(literal 3 binary64)) a))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3 (/ b a))))) |
(*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* -3 b)) a))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal 3/2 binary64)) (*.f64 b #s(literal 3 binary64))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1 (/ (- (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* -3 b)) a))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 (*.f64 #s(literal 3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))))) (neg.f64 a)) (*.f64 b #s(literal 3 binary64))) a)) (neg.f64 a)) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/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))))))))) |
(+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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)))) #s(literal -3/16 binary64)) (*.f64 #s(literal 3/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)))))))))) |
(* -3 b) |
(*.f64 b #s(literal -3 binary64)) |
(* b (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(*.f64 b (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64))) |
(* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3)) |
(*.f64 b (+.f64 (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 27/8 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64)))) |
(* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3)) |
(*.f64 b (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.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)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -3 binary64))) |
(* 3 b) |
(*.f64 b #s(literal 3 binary64)) |
(* -1 (* b (- (* 9/2 (/ (* a c) (pow b 2))) 3))) |
(*.f64 b (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64)))) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3))) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 27/8 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3))) |
(*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.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)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(* -3 b) |
(*.f64 b #s(literal -3 binary64)) |
(+ (* -3 b) (* 9/2 (/ (* a c) b))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b)) |
(+ (* -3 b) (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 3))) (* 9/2 (/ a b))))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b)))) |
(+ (* -3 b) (* c (+ (* 9/2 (/ a b)) (* c (+ (* 27/8 (/ (pow a 2) (pow b 3))) (* 81/16 (/ (* (pow a 3) c) (pow b 5)))))))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))))))))) |
(* -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 (* (sqrt (/ a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* 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 a c)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (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 a c)))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))) #s(literal -3/16 binary64)))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 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 #s(literal 1 binary64) (*.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 (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 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 #s(literal 1 binary64) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 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 #s(literal 1 binary64) (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #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 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (/.f64 (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 b) |
(*.f64 b #s(literal -3 binary64)) |
(+ (* -3 b) (* 9/2 (/ (* a c) b))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b)) |
(+ (* -3 b) (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 3))) (* 9/2 (/ c b))))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b)))) |
(+ (* -3 b) (* a (+ (* 9/2 (/ c b)) (* a (+ (* 27/8 (/ (pow c 2) (pow b 3))) (* 81/16 (/ (* a (pow c 3)) (pow b 5)))))))) |
(+.f64 (*.f64 b #s(literal -3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)))) |
(* a (+ (* -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 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (*.f64 #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))))))))) |
(* a (+ (* -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 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64)) (+.f64 (*.f64 #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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal -3/16 binary64)))))) |
(* 3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #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 (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 -3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 a)) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) 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 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 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 c #s(literal -1/2 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 #s(literal -3/8 binary64) 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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.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 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 c (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) (*.f64 b a)))))) (/.f64 #s(literal -1/2 binary64) b))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(* c (+ (* -1/3 (/ b (* a c))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) b) (*.f64 c a)) (+.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (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 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ c (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* -1/3 (/ b a))) c)) (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (/.f64 (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/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c)) (neg.f64 c)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 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 (*.f64 c c) a)) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64)))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (*.f64 b b) (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 (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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) a)) a)) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* -3/2 (* (sqrt (/ 1 (* 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 a)))) (*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (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 a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/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))))))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (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 a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (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)))) #s(literal -3/16 binary64)) (*.f64 #s(literal 3/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)))))))))) b) |
-3 |
#s(literal -3 binary64) |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64)) |
(- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 9/2 (/ (* a c) (pow b 2)))) 3) |
(+.f64 (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal 27/8 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64))) |
(- (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 9/2 (/ (* a c) (pow b 2))) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 3) |
(+.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.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)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -3 binary64)) |
3 |
#s(literal 3 binary64) |
(+ 3 (* -9/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64))) |
(+ 3 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(+.f64 (+.f64 #s(literal 3 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -27/8 binary64))) |
(+ 3 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(+.f64 #s(literal 3 binary64) (+.f64 (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -27/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64)))) |
-3 |
#s(literal -3 binary64) |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64)) |
(- (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2))))) 3) |
(+.f64 (*.f64 c (+.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)))) #s(literal -3 binary64)) |
(- (* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6))))))) 3) |
(+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))))) #s(literal -3 binary64)) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 #s(literal -3/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))))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 #s(literal -3/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 #s(literal 3/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))))))))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 5) (pow (sqrt -3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (*.f64 #s(literal -3/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 #s(literal 3/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 #s(literal -3/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))))))) |
(* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(*.f64 c (neg.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 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 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (/.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.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 -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a 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 (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 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 #s(literal 1 binary64) (*.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) (/.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 (*.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/16 binary64) (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 5 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 c)) |
-3 |
#s(literal -3 binary64) |
(- (* 9/2 (/ (* a c) (pow b 2))) 3) |
(+.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) #s(literal -3 binary64)) |
(- (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) 3) |
(+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)))) #s(literal -3 binary64)) |
(- (* 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 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (*.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 (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))))) |
(*.f64 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/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))))) |
(* a (+ (* -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 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (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 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))))))))) |
(* a (+ (* -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 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -3 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 #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 (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 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)))))))) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.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 (*.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 (*.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))))))) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (sqrt -1)) (sqrt 3)))) (+ (* -3/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 5) (sqrt -1)) (pow (sqrt 3) 5)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (+.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 (*.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/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))))) (neg.f64 a)) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* 3 b)) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 b #s(literal 3 binary64))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* -3/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -3))))))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.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)))))))) b) |
(/ (+ (* -3 (* (sqrt (* a c)) (sqrt -3))) (* b (+ 3 (* b (+ (* -3/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (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 a)))) (*.f64 b (+.f64 #s(literal 3 binary64) (*.f64 b (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 3/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))))))))))) b) |
(* 9/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) |
(/ (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) (pow b 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) |
(/ (+ (* 3/2 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))) (pow b 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (/.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 b b)) |
6 |
#s(literal 6 binary64) |
(+ 6 (* -9/2 (/ (* a c) (pow b 2)))) |
(+.f64 #s(literal 6 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64))) |
(+ 6 (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))) |
(+.f64 (+.f64 #s(literal 6 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -27/8 binary64))) |
(+ 6 (+ (* -81/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -9/2 (/ (* a c) (pow b 2))) (* -27/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(+.f64 (+.f64 #s(literal 6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))) #s(literal -81/16 binary64))) (+.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -9/2 binary64)) (*.f64 (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))) #s(literal -27/8 binary64)))) |
(* 9/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 4))) (* 9/2 (/ a (pow b 2))))) |
(*.f64 c (+.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)))) |
(* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* 81/16 (/ (* (pow a 3) c) (pow b 6))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))))))) |
(* c (+ (* 9/2 (/ a (pow b 2))) (* c (+ (* 27/8 (/ (pow a 2) (pow b 4))) (* c (+ (* 3/2 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (pow b 2))) (* 81/16 (/ (pow a 3) (pow b 6))))))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.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)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))))) |
(* -3 (* (sqrt (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (* 3 (/ 1 c)))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (/.f64 #s(literal 3 binary64) c))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (* 3 (/ 1 c))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 #s(literal -3/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 #s(literal 3 binary64) c)))) |
(* c (+ (* -3 (* (sqrt (/ a c)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ b (sqrt -3)))) (+ (* 3/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 3) (pow (sqrt -3) 3)))) (* 3 (/ 1 c)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 #s(literal -3/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 #s(literal 3/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 #s(literal 3 binary64) c))))) |
(* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) |
(* -1 (* c (- (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 c))))) |
(*.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 #s(literal -3 binary64) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) c))))) |
(*.f64 (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (+.f64 #s(literal 3 binary64) (*.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)))))) c)) (neg.f64 c)) |
(* -1 (* c (+ (* -3 (* (sqrt (/ a c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ c a)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) c))) c))))) |
(*.f64 (-.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b)))) (/.f64 (-.f64 #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 (*.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))))))) c)) c)) (neg.f64 c)) |
(* 9/2 (/ (* a c) (pow b 2))) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 b b)) |
(* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 4))) (* 9/2 (/ c (pow b 2))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 c c) a)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)))) |
(* 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))))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (*.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))))))) |
(* a (+ (* 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 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) (*.f64 b b)) (*.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 (* a c)) (/ (sqrt -3) b))) |
(*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (* 3 (/ 1 a)))) |
(*.f64 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))) |
(* a (+ (* -3 (* (sqrt (/ c a)) (/ (sqrt -3) b))) (+ (* -3/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 3 (/ 1 a))))) |
(*.f64 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (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 3 binary64) a)))) |
(* a (+ (* -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 a (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (sqrt.f64 #s(literal -3 binary64)) b))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -3 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 #s(literal 3 binary64) a))))) |
(* 3 (* (sqrt (* a c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) |
(* -1 (* a (- (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 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 binary64) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* 3/2 (* (sqrt (/ 1 (* a c))) (/ (* b (sqrt -1)) (sqrt 3))))) 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 (+.f64 #s(literal 3 binary64) (*.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)))))) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -1 (/ (+ 3 (* -1 (/ (+ (* -3/2 (* (sqrt (/ a c)) (/ (* b (sqrt -1)) (sqrt 3)))) (* 3/8 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 3) (sqrt -1)) (pow (sqrt 3) 3))))) 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 (-.f64 #s(literal 3 binary64) (/.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 #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)))))) a)) a)) (neg.f64 a)) |
(* -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))) |
(* -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))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (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) |
Compiled 71512 to 4684 computations (93.5% saved)
147 alts after pruning (146 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1951 | 89 | 2040 |
| Fresh | 30 | 57 | 87 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1985 | 147 | 2132 |
| Status | Accuracy | Program |
|---|---|---|
| 55.6% | (fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 55.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.3% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 55.9% | (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.8% | (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)))) | |
| 56.4% | (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)))) | |
| 56.2% | (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.1% | (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.3% | (/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.2% | (/.f64 (fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) 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))) | |
| 57.2% | (/.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)) | |
| 56.8% | (/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 56.1% | (/.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)) | |
| 56.0% | (/.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) | |
| 56.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 56.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 56.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 55.6% | (/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 #s(literal -3 binary64) b)) | |
| 55.9% | (/.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))) | |
| 56.1% | (/.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)) | |
| 85.9% | (/.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 85.8% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
| 86.0% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 a #s(literal -9 binary64))) | |
| 79.5% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 79.6% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) | |
| 79.6% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 79.7% | (/.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)) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) | |
| 56.6% | (/.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) | |
| 56.6% | (/.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))) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 63.0% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) | |
| ▶ | 56.6% | (/.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)))))))) |
| 56.6% | (/.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))) | |
| 55.2% | (/.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 55.9% | (/.f64 (-.f64 (/.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)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 55.9% | (/.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))) | |
| 56.0% | (/.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 3 binary64)) b))) | |
| 55.9% | (/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) | |
| 35.1% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 42.3% | (/.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)) | |
| 42.3% | (/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 55.5% | (/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.7% | (/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) | |
| 55.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) | |
| 55.3% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) | |
| 55.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 a (/.f64 b #s(literal -3 binary64))))) | |
| 54.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) | |
| 55.6% | (/.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))))) | |
| 55.4% | (/.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 -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 54.7% | (/.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 -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 54.9% | (/.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 -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) | |
| 55.9% | (/.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 (*.f64 a #s(literal 9 binary64)) b)) | |
| 56.1% | (/.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))) | |
| 56.1% | (/.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 a #s(literal 3 binary64)))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 56.1% | (/.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))) | |
| 54.8% | (/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 56.1% | (/.f64 (-.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 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 54.8% | (/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) | |
| 55.4% | (/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) | |
| 55.9% | (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 56.1% | (/.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))))) | |
| 56.0% | (/.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)) | |
| 56.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 55.9% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 56.2% | (/.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))) | |
| 56.0% | (/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) | |
| 55.2% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.7% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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))))))) | |
| 56.0% | (/.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))) | |
| 57.4% | (/.f64 (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (*.f64 a #s(literal -9 binary64))) | |
| 86.3% | (/.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) | |
| 55.0% | (/.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))) | |
| 55.8% | (/.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)))) | |
| 55.7% | (/.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)) | |
| 56.0% | (/.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))))))) | |
| ▶ | 55.8% | (/.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)) |
| 79.9% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 56.6% | (/.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)) | |
| 55.7% | (/.f64 (*.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 -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) | |
| 79.7% | (/.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)) | |
| 89.2% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.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)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 86.1% | (/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))))))) (*.f64 a #s(literal -9 binary64))) | |
| 79.7% | (/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) | |
| 85.9% | (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| 79.6% | (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 63.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 85.9% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 a #s(literal -9 binary64))) | |
| 79.6% | (/.f64 (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) | |
| 79.6% | (/.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)) | |
| 85.9% | (/.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)) | |
| 56.2% | (/.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)))) | |
| 56.6% | (/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) | |
| 56.2% | (/.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))))) | |
| 63.0% | (/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) | |
| 56.6% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| 55.7% | (-.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)))) | |
| 55.1% | (-.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))) | |
| 55.9% | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) | |
| 55.8% | (-.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)))) | |
| 55.8% | (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) | |
| 56.0% | (+.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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.7% | (+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) | |
| 55.9% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.0% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) | |
| 56.1% | (+.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 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.1% | (+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.4% | (+.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))))) | |
| 86.3% | (+.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))))) | |
| 79.9% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) | |
| ▶ | 89.6% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))))) |
| 55.5% | (+.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)))) | |
| 89.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)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) c)) c))) | |
| 56.6% | (*.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 1/3 binary64)) | |
| 56.6% | (*.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)) | |
| 55.9% | (*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) | |
| 55.7% | (*.f64 (/.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 -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) | |
| 56.6% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ▶ | 63.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 89.2% | (*.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)))) | |
| 56.0% | (*.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)))))))) | |
| 55.9% | (*.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)))) | |
| 55.8% | (*.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)))) | |
| 55.9% | (*.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)) | |
| 56.6% | (*.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)) | |
| 56.1% | (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) | |
| 89.3% | (*.f64 (*.f64 a (*.f64 a a)) (+.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 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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))))) | |
| 79.7% | (*.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))) | |
| 86.1% | (*.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))) | |
| 89.5% | (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
Compiled 9440 to 5496 computations (41.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
| ✓ | cost-diff | 128 | (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) |
| ✓ | cost-diff | 256 | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -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 (*.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))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) (/.f64 a #s(literal 1/3 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.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)) |
| ✓ | 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 #s(literal -1/2 binary64) b) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | 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 #s(literal -135/128 binary64) (/.f64 (*.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))))) |
| ✓ | cost-diff | 128 | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))))) |
| 5560× | *-lowering-*.f32 |
| 5560× | *-lowering-*.f64 |
| 3172× | /-lowering-/.f32 |
| 3172× | /-lowering-/.f64 |
| 2442× | +-lowering-+.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 644 |
| 1 | 190 | 629 |
| 2 | 561 | 623 |
| 3 | 1835 | 614 |
| 4 | 4315 | 611 |
| 0 | 8440 | 611 |
| 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)) (pow b 7)) |
(* c (* a a)) |
(* a a) |
(pow b 7) |
7 |
(* -9/16 (/ a (pow b 5))) |
-9/16 |
(/ a (pow b 5)) |
(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 |
(/ (/ 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) |
(/ (+ (* (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)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
-3 |
(/ (* a -3) b) |
(/ a 1/3) |
1/3 |
(/ (* a (* a -9)) b) |
(* a (* a -9)) |
(* a -9) |
-9 |
(/ (/ (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) (* 3 (/ (* a -3) b))) |
(/ (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) |
(+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) |
(* (* (/ (* a a) b) (/ (* c c) b)) 27/8) |
(* (/ (* a a) b) (/ (* c c) b)) |
(/ (* a a) b) |
(* a a) |
a |
b |
(/ (* c c) b) |
(* c c) |
c |
27/8 |
(+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4)))) |
(* (* c a) 9/2) |
(* c a) |
9/2 |
(* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))) |
81/16 |
(/ (* (* c (* c c)) (* a (* a a))) (pow b 4)) |
(* (* c (* c c)) (* a (* a a))) |
(* c (* c c)) |
(* a (* a a)) |
(pow b 4) |
4 |
(* b b) |
(* 3 (/ (* a -3) b)) |
3 |
(/ (* a -3) b) |
(* a -3) |
-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 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))))))) |
(/ (* c -1/2) b) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(* c -1/2) |
(*.f64 c #s(literal -1/2 binary64)) |
c |
-1/2 |
#s(literal -1/2 binary64) |
b |
(* a (* (* c c) (+ (* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (/ -3/8 (* b (* b b)))))) |
(*.f64 c (*.f64 c (*.f64 a (+.f64 (*.f64 (*.f64 c a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) |
a |
(* (* c c) (+ (* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (/ -3/8 (* b (* b b))))) |
(*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 c a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* c c) |
(*.f64 c c) |
(+ (* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (/ -3/8 (* b (* b b)))) |
(+.f64 (*.f64 (*.f64 c a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) |
(*.f64 (*.f64 c a) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* c (* a a)) (pow b 7))) |
(/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) |
-135/128 |
#s(literal -135/128 binary64) |
(/ (* c (* a a)) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 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 a (/.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 5 binary64)))) |
-9/16 |
#s(literal -9/16 binary64) |
(/ a (pow b 5)) |
(/.f64 a (pow.f64 b #s(literal 5 binary64))) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
5 |
#s(literal 5 binary64) |
(/ -3/8 (* b (* b b))) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
-3/8 |
#s(literal -3/8 binary64) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
(* (/ -1/2 b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(/ -1/2 b) |
(/.f64 #s(literal -1/2 binary64) b) |
-1/2 |
#s(literal -1/2 binary64) |
b |
c |
(/ (/ 1 a) (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 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 c (*.f64 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 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) |
(* c (* a -3)) |
(*.f64 c (*.f64 a #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
(/ (+ (* (sqrt (+ (* b b) (* c (* a -3)))) (/ (* a -3) b)) (/ a 1/3)) (/ (* a (* a -9)) b)) |
(/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a a) b))) |
(+ (* (sqrt (+ (* b b) (* c (* a -3)))) (/ (* a -3) b)) (/ a 1/3)) |
(+.f64 (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a b))) (/.f64 a #s(literal 1/3 binary64))) |
(* (sqrt (+ (* b b) (* c (* a -3)))) (/ (* a -3) b)) |
(*.f64 #s(literal -3 binary64) (*.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 -3) b) |
(/.f64 (*.f64 a #s(literal -3 binary64)) b) |
(/ 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 (*.f64 a a) b)) |
(* 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 a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) (* 3 (/ (* a -3) b))) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (/.f64 (*.f64 (*.f64 a a) #s(literal 27/8 binary64)) b)) b) (*.f64 a #s(literal 9/2 binary64))))) (*.f64 a (*.f64 b #s(literal -9 binary64)))) |
(/ (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (/.f64 (*.f64 (*.f64 a a) #s(literal 27/8 binary64)) b)) b) (*.f64 a #s(literal 9/2 binary64))))) (*.f64 b b)) |
(+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 c (/.f64 (*.f64 (*.f64 a a) #s(literal 27/8 binary64)) b)) b) (*.f64 a #s(literal 9/2 binary64))))) |
(* (* (/ (* a a) b) (/ (* c c) b)) 27/8) |
(/.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) b) b) |
(* (/ (* a a) b) (/ (* c c) b)) |
(/.f64 (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) b) b) |
(/ (* a a) b) |
(/.f64 (*.f64 a a) b) |
(* a a) |
(*.f64 a a) |
a |
b |
(/ (* c c) b) |
(/.f64 (*.f64 c c) b) |
(* c c) |
(*.f64 c c) |
c |
27/8 |
#s(literal 27/8 binary64) |
(+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4)))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 c c) (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(* (* c a) 9/2) |
(*.f64 c (*.f64 a #s(literal 9/2 binary64))) |
(* c a) |
(*.f64 c a) |
9/2 |
#s(literal 9/2 binary64) |
(* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))) |
(/.f64 (*.f64 a (*.f64 a (*.f64 a (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c)))))) (pow.f64 b #s(literal 4 binary64))) |
81/16 |
#s(literal 81/16 binary64) |
(/ (* (* c (* c c)) (* a (* a a))) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c a)))) (pow.f64 b #s(literal 4 binary64))) |
(* (* c (* c c)) (* a (* a a))) |
(*.f64 (*.f64 a a) (*.f64 c (*.f64 c (*.f64 c a)))) |
(* c (* c c)) |
(*.f64 c (*.f64 c c)) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
(pow b 4) |
(pow.f64 b #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(* b b) |
(*.f64 b b) |
(* 3 (/ (* a -3) b)) |
(*.f64 a (/.f64 #s(literal -9 binary64) b)) |
3 |
#s(literal 3 binary64) |
(/ (* a -3) b) |
(/.f64 (*.f64 a #s(literal -3 binary64)) b) |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
-3 |
#s(literal -3 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) |
| ✓ | accuracy | 99.6% | (/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 a (*.f64 a #s(literal -9 binary64))) |
| ✓ | accuracy | 99.7% | (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) |
| ✓ | accuracy | 99.6% | (/.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)) |
| ✓ | accuracy | 70.5% | (+.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))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) |
| ✓ | accuracy | 99.7% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.6% | (/.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 | 70.4% | (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -1/2 binary64) b) |
| ✓ | accuracy | 99.7% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))) |
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
| 631.0ms | 87× | 5 | exit |
| 261.0ms | 87× | 1 | valid |
| 141.0ms | 82× | 0 | valid |
Compiled 760 to 74 computations (90.3% saved)
backward-pass: 113.0ms (27.3% of total)ival-mult: 113.0ms (27.3% of total)ival-div: 67.0ms (16.2% of total)...c/correct-round.rkt:119:19: 51.0ms (12.3% of total)ival-add: 42.0ms (10.2% of total)ival-pow: 18.0ms (4.4% of total)ival-sqrt: 4.0ms (1% of total)const: 3.0ms (0.7% of total)ival-sub: 2.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 (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))> |
#<alt (/ (* c -1/2) b)> |
#<alt (* c -1/2)> |
#<alt (* (/ -1/2 b) c)> |
#<alt (/ -1/2 b)> |
#<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 (/ (+ (* (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))))> |
#<alt (/ (/ (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) (* 3 (/ (* a -3) b)))> |
#<alt (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4)))))> |
#<alt (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))> |
#<alt (* 3 (/ (* a -3) b))> |
#<alt (/ (* c (* a a)) (pow b 7))> |
#<alt (* (* c c) (+ (* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (/ -3/8 (* b (* b b)))))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (/ -3/8 (* b (* b b)))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (* a (* a -9))> |
#<alt (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))> |
#<alt (* (* c (* c c)) (* a (* a a)))> |
| Outputs |
|---|
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))))> |
#<alt (* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c)))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* -9/16 (* (pow a 2) (* (pow b 2) (pow c 3))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 3) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))))) (pow b 7))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6))) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (* -9/16 (/ (pow c 3) (* a (pow b 5))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3)))))))> |
#<alt (* (pow a 3) (+ (* -135/128 (/ (pow c 4) (pow b 7))) (+ (* -9/16 (/ (pow c 3) (* a (pow b 5)))) (+ (* -1/2 (/ c (* (pow a 3) b))) (* -3/8 (/ (pow c 2) (* (pow a 2) (pow b 3))))))))> |
#<alt (* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7)))> |
#<alt (* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))) a)) (* 135/128 (/ (pow c 4) (pow b 7))))))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))> |
#<alt (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))> |
#<alt (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c)))))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7))))))> |
#<alt (* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7))))))> |
#<alt (* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7))))))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5)))))> |
#<alt (* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5)))))> |
#<alt (* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5)))))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5))))))> |
#<alt (* -135/128 (/ (* (pow a 2) c) (pow b 7)))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7))> |
#<alt (/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5))> |
#<alt (/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (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))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1/2 (/ c 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 (+ (* -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/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 (* (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/2 (/ c b))> |
#<alt (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b))> |
#<alt (* -1/2 (/ c b))> |
#<alt (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2)))))> |
#<alt (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5)))> |
#<alt (* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5))))))> |
#<alt (* 9/2 (* a c))> |
#<alt (* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/2 c)))> |
#<alt (* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4)))))))> |
#<alt (* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4)))))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (* 81/16 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))))> |
#<alt (* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -27/8 (/ (pow c 2) (* a (pow b 2)))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a)))))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a)))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* 27/8 (* (pow a 2) (* (pow b 2) (pow c 2)))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4))> |
#<alt (/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4))> |
#<alt (* 9/2 (* a c))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c)))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))> |
#<alt (* 9/2 (* a c))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c)))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))> |
#<alt (+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))))> |
#<alt (* 9/2 (* a c))> |
#<alt (* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 2))) (* 9/2 a)))> |
#<alt (* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4)))))))> |
#<alt (* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4)))))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (* 81/16 (/ (pow a 3) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))))> |
#<alt (* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -27/8 (/ (pow a 2) (* (pow b 2) c))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c)))))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c)))))> |
#<alt (* 9/2 (* a c))> |
#<alt (* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4)))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))> |
#<alt (* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2))))))> |
#<alt (* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2))))))> |
#<alt (* 9/2 (* a c))> |
#<alt (* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))))> |
#<alt (* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))))> |
#<alt (* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))> |
#<alt (* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2))))))> |
#<alt (* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2))))))> |
#<alt (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))> |
#<alt (/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4))> |
#<alt (/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4))> |
#<alt (* 9/2 (* a c))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (* 9/2 (* a c))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (* -9 (/ a b))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<alt (/ (* (pow a 2) c) (pow b 7))> |
#<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 (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (* -9/16 (/ a (pow b 5)))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (/ -3/8 (pow b 3))> |
#<alt (* -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 (* -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 (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (/ (* (pow a 3) (pow c 3)) (pow b 4))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
#<alt (* (pow a 3) (pow c 3))> |
189 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | c | @ | inf | (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))) |
| 12.0ms | a | @ | inf | (/ (* (* c (* c c)) (* a (* a a))) (pow b 4)) |
| 8.0ms | c | @ | 0 | (/ (+ (* (sqrt (+ (* b b) (* c (* a -3)))) (/ (* a -3) b)) (/ a 1/3)) (/ (* a (* a -9)) b)) |
| 1.0ms | c | @ | -inf | (/ -3 (- b (sqrt (+ (* b b) (* c (* a -3)))))) |
| 1.0ms | b | @ | 0 | (/ (/ (+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) (* 3 (/ (* a -3) b))) |
| 1× | batch-egg-rewrite |
| 4954× | *-lowering-*.f32 |
| 4954× | *-lowering-*.f64 |
| 4076× | /-lowering-/.f32 |
| 4076× | /-lowering-/.f64 |
| 1312× | times-frac |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 346 |
| 1 | 315 | 322 |
| 2 | 1771 | 322 |
| 0 | 8404 | 322 |
| 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))))))) |
(+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(/ (* c -1/2) b) |
(* c -1/2) |
(* (/ -1/2 b) c) |
(/ -1/2 b) |
(/ (/ 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))))) |
(/ (+ (* (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 a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) (* b b)) (* 3 (/ (* a -3) b))) |
(+ (* (* (/ (* a a) b) (/ (* c c) b)) 27/8) (+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4))))) |
(+ (* (* c a) 9/2) (* 81/16 (/ (* (* c (* c c)) (* a (* a a))) (pow b 4)))) |
(* 3 (/ (* a -3) b)) |
(/ (* c (* a a)) (pow b 7)) |
(* (* c c) (+ (* c (+ (* -135/128 (/ (* c (* a a)) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (/ -3/8 (* b (* b b))))) |
(* -9/16 (/ a (pow b 5))) |
(/ -3/8 (* b (* b b))) |
(+ (* b b) (* c (* a -3))) |
(* a (* a -9)) |
(/ (* (* c (* c c)) (* a (* a a))) (pow b 4)) |
(* (* c (* c c)) (* a (* a a))) |
| Outputs |
|---|
(+.f64 (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.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 #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))))))) |
(+.f64 (*.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 #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)))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(-.f64 (*.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 #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)))))) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(fma.f64 c (/.f64 #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 #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))))))) |
(fma.f64 c (*.f64 (*.f64 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))))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 c 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 #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))))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) c) (*.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 #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))))))) |
(fma.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 #s(literal 1 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 #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))))))) |
(fma.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 #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))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c c) (*.f64 (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 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)))) a) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (+.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)))) (*.f64 a (*.f64 c c)) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 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))))) a (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) b) c (*.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 #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))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64))) (*.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 #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))))))) |
(fma.f64 (*.f64 c a) (*.f64 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))))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 c #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) b) (*.f64 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 #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))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64)) (*.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 #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))))))) |
(fma.f64 (*.f64 a (*.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)))) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 a (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 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))))) (*.f64 c c) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(+.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 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 c (*.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 7 binary64)))) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(fma.f64 a (*.f64 (pow.f64 b #s(literal -5 binary64)) #s(literal -9/16 binary64)) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 #s(literal -135/128 binary64) (/.f64 (*.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))))) |
(fma.f64 (*.f64 c (*.f64 a a)) (*.f64 (pow.f64 b #s(literal -7 binary64)) #s(literal -135/128 binary64)) (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(fma.f64 (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -135/128 binary64) (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(fma.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))) #s(literal -9/16 binary64) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.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))))) |
(fma.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal -5 binary64)) (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(fma.f64 (*.f64 #s(literal -135/128 binary64) c) (*.f64 a (/.f64 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 1 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (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 1 binary64) (/.f64 (pow.f64 b #s(literal 12 binary64)) (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 12 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 12 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) #s(literal -9/16 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (*.f64 a #s(literal -9/16 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -135/128 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (*.f64 a #s(literal 9/16 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) #s(literal -9/16 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) #s(literal 1 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 a #s(literal -9/16 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (*.f64 a #s(literal 9/16 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (*.f64 (pow.f64 b #s(literal 7 binary64)) #s(literal -9/16 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal 9/16 binary64)))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) #s(literal -9/16 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (/.f64 (pow.f64 b #s(literal 5 binary64)) a))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 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 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 a #s(literal -9/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 a #s(literal 9/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) #s(literal -135/128 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal -9/16 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) #s(literal -135/128 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)))) (*.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal -135/128 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) #s(literal -135/128 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 9/16 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (pow.f64 b #s(literal 7 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 9/16 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 c (*.f64 a a)) #s(literal 135/128 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (*.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a #s(literal -9/16 binary64))))) (neg.f64 (pow.f64 b #s(literal 12 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a)))))) (neg.f64 (pow.f64 b #s(literal 12 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))) (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 1 binary64) (pow.f64 b #s(literal 12 binary64)))) |
(*.f64 (+.f64 (*.f64 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 7 binary64))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 12 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #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 #s(literal 1/2 binary64) b) c)) |
(neg.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 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 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (/.f64 b 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 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(*.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) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c #s(literal -2 binary64))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) b)) |
(-.f64 #s(literal 0 binary64) (*.f64 c #s(literal 1/2 binary64))) |
(neg.f64 (*.f64 c #s(literal 1/2 binary64))) |
(*.f64 c #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) c) |
(*.f64 #s(literal -1/2 binary64) (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)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #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 #s(literal 1/2 binary64) b) c)) |
(neg.f64 (*.f64 c (/.f64 #s(literal 1/2 binary64) b))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 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 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 b c) #s(literal 1/2 binary64))) |
(/.f64 (*.f64 c #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (/.f64 b #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (/.f64 b 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 binary64) (/.f64 c (/.f64 b #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 c b))) |
(*.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) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 c #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c #s(literal -2 binary64))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) 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))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) b)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) b))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 b #s(literal -1/2 binary64)))) |
(/.f64 #s(literal -1/2 binary64) b) |
(/.f64 #s(literal 1 binary64) (/.f64 b #s(literal -1/2 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 b #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) b)) |
(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 binary64) (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1/2 binary64)) |
(+.f64 (/.f64 b (/.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 #s(literal -1/3 binary64) a)))) |
(+.f64 (/.f64 b (/.f64 a #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 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 1 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 (/.f64 b (/.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))) #s(literal 1 binary64))) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(+.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) |
(+.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 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) a) b)) (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) b) #s(literal 1 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) (*.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1/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 a #s(literal -1/3 binary64))))) (/.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 a #s(literal -1/3 binary64)))))))) |
(neg.f64 (*.f64 (-.f64 b (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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64)) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 (-.f64 b (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 -1 binary64) (/.f64 a (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #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 -1/3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -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 a #s(literal -1/3 binary64)))))))) |
(/.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 -1/3 binary64)))))))) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 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 a #s(literal -1/3 binary64))))))) #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 -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 a (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (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 binary64) a) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64))) |
(*.f64 (-.f64 b (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 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 b (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 binary64) a) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(*.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 a #s(literal -1/3 binary64))))))) a) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64)) (/.f64 #s(literal 1 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 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))))) |
(*.f64 (/.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 #s(literal 0 binary64) b)) #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 -1/3 binary64))))))) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 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 a #s(literal -1/3 binary64))))))) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 b (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 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 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 a #s(literal -1/3 binary64)))))) #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 a #s(literal -1/3 binary64)))))))) |
(neg.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal -3 binary64))) |
(/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(/.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) |
(/.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 3 binary64))) |
(/.f64 (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #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 a #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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) |
(*.f64 #s(literal 3 binary64) (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(+.f64 b (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) b) |
(-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) |
(-.f64 b (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(fma.f64 #s(literal -1 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b) |
(neg.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.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 a #s(literal -1/3 binary64)))))))) |
(/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) |
(/.f64 (+.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.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 a #s(literal -1/3 binary64))))))) |
(*.f64 (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) b))) |
(+.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 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 b (*.f64 a a)) #s(literal -9 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 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 (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 b (*.f64 a a)) #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64)))) |
(+.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 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 (/.f64 b (*.f64 a a)) #s(literal -9 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 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))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.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 (*.f64 a #s(literal 9 binary64))) b))) |
(-.f64 (/.f64 #s(literal 0 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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) b))) |
(neg.f64 (/.f64 (+.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 (*.f64 a #s(literal 9 binary64))) b))) |
(neg.f64 (*.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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) b)))) |
(neg.f64 (*.f64 (/.f64 (+.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 a (*.f64 a #s(literal 9 binary64)))) b)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 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 b (/.f64 (*.f64 a (*.f64 a #s(literal -9 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 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (+.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 a (*.f64 a #s(literal -9 binary64)))))) |
(/.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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) 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))))) |
(/.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 (*.f64 a #s(literal 9 binary64))) b)) |
(/.f64 (/.f64 (+.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 a (*.f64 a #s(literal -9 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (*.f64 (+.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))) b) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 #s(literal -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (neg.f64 (*.f64 (+.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))) b)) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (+.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))) a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(pow.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 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)))) #s(literal -1 binary64)) |
(*.f64 b (/.f64 (+.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 a (*.f64 a #s(literal -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.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 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 1 binary64) a) (/.f64 (+.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 -9 binary64) (/.f64 b a)))) |
(*.f64 (+.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 b (*.f64 a a)) #s(literal -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal 9 binary64))) b))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.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 9 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 b (*.f64 a a)) #s(literal 9 binary64))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 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 (/.f64 b (*.f64 a a)) #s(literal -9 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) #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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) b) |
(*.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 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 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) (/.f64 (+.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) b))) |
(*.f64 (*.f64 (+.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))) 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 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 (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (+.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 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 a #s(literal -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.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 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 -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 a #s(literal 9 binary64)))) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 (/.f64 (+.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 a (*.f64 a #s(literal 9 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b))) |
(*.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 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) b))) |
(*.f64 (/.f64 (+.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 -9 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 (/.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) (*.f64 a (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.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))) #s(literal -9 binary64)) (/.f64 b (*.f64 a a))) |
(+.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 (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 #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 -1/3 binary64))))) (/.f64 b (/.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 a (*.f64 (/.f64 #s(literal -3 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.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 -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 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) (/.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 (/.f64 a #s(literal -1/3 binary64)) b) (/.f64 a #s(literal 1/3 binary64))) |
(fma.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) (/.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 #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 (-.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 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal -3 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(neg.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 binary64) (/.f64 #s(literal 1 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 #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 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))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b #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 -1/3 binary64)))))) #s(literal -1/3 binary64)) (*.f64 b (-.f64 #s(literal 0 binary64) a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) b) (+.f64 (*.f64 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 (/.f64 #s(literal 1/3 binary64) a) b) (+.f64 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 #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 (+.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))) #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))))) #s(literal -1 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 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))) b) (/.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 -3 binary64))) |
(/.f64 (+.f64 (*.f64 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 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 (/.f64 #s(literal 1/3 binary64) a) b)) |
(/.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 #s(literal 1/3 binary64) (*.f64 (/.f64 b (*.f64 (/.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 b (*.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 (+.f64 (/.f64 #s(literal 1/3 binary64) a) (*.f64 (/.f64 b (*.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 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 #s(literal 1/3 binary64) a))) |
(/.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) a) (*.f64 (/.f64 b (*.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 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 #s(literal -1/3 binary64) a))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 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 #s(literal 0 binary64) a))) (*.f64 (/.f64 b (*.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 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) a)) (/.f64 b (*.f64 a #s(literal -9 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 #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 (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)) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) 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) (-.f64 #s(literal 0 binary64) a))) (*.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)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 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 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 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 -1/3 binary64))))) #s(literal -3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) 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 a #s(literal -1/3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (*.f64 a (/.f64 b (*.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 #s(literal 1/3 binary64) (/.f64 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 (*.f64 a (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 #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 -9 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 #s(literal 1 binary64) (/.f64 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 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 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 (*.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 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 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/3 binary64) a) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 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 (-.f64 #s(literal 0 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 (/.f64 #s(literal -1/3 binary64) a) b)) |
(/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 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 #s(literal 0 binary64) a) (/.f64 b (*.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 #s(literal -1/3 binary64) (/.f64 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 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 #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) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.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 (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 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))) b)) (/.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 -3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 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 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))))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(/.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 #s(literal 1 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 (/.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 #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 (/.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 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))) b) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.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 -3 binary64) b)) |
(*.f64 (+.f64 (*.f64 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 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 #s(literal 1/3 binary64) a) b))) |
(*.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))) |
(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 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 #s(literal 1 binary64) (/.f64 (/.f64 b (*.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) (/.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 (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 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 0 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 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) b) |
(/.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 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 b #s(literal -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))) b) |
(pow.f64 (/.f64 b (*.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 a (*.f64 (/.f64 #s(literal -3 binary64) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(*.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 a #s(literal -1/3 binary64)) (*.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 (/.f64 a #s(literal -1/3 binary64)) b)) |
(*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.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 (/.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 (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) a) (/.f64 #s(literal -3 binary64) b)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) b)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) 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))))) #s(literal -1 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.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) (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)) |
(*.f64 #s(literal 1 binary64) (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))))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 (*.f64 b b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 (*.f64 b b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b b)))) |
(neg.f64 (*.f64 (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal 1/9 binary64)) b)) |
(neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))))) |
(neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(neg.f64 (/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) b) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -9 binary64) (/.f64 b a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) b) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal -1/9 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (*.f64 b b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 (*.f64 b b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 b (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) b) (neg.f64 (*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) b))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) b) (neg.f64 (/.f64 b (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -3 binary64)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(/.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (*.f64 b b) (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(/.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal -9 binary64) (/.f64 b a))) b) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (*.f64 b b)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) a) (/.f64 #s(literal -3 binary64) b)) |
(/.f64 (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(/.f64 (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal 1/9 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) (*.f64 b b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) a)) (neg.f64 (/.f64 #s(literal -3 binary64) b))) |
(pow.f64 (/.f64 (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 (*.f64 b b) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(*.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (/.f64 (*.f64 a #s(literal 9 binary64)) b)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b b)) (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))))) |
(*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) b) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -3 binary64)) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -3 binary64)) (/.f64 #s(literal 1/3 binary64) (/.f64 a b))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal 3 binary64))) |
(*.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 b b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 #s(literal -1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -9 binary64) (/.f64 b a))) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 b b))) a) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal -1/9 binary64)) b) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (*.f64 a #s(literal -9 binary64))) b) |
(*.f64 (*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) #s(literal 1/9 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 a b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 3 binary64) (*.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -3 binary64) (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) #s(literal -1 binary64)) (pow.f64 (*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) (*.f64 b b)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b b))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal -3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 a b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) a) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) a) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) a) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 b a)) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -9 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 a b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal -9 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 a b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) a) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) a) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) #s(literal -9 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 a b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) a) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -3 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) #s(literal -9 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 a b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) #s(literal 3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) #s(literal 3 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -9 binary64) (/.f64 b a)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) #s(literal -1 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (*.f64 b b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal -3 binary64) b)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal 1/3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal -3 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (*.f64 b b))) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (*.f64 a #s(literal -9 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) b) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) b) (/.f64 b (/.f64 b (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 b b)) (/.f64 b (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 b b)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1 binary64) b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) (*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) b)) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(+.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a)))) |
(+.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (neg.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(fma.f64 c (*.f64 a #s(literal 9/2 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 a (*.f64 (/.f64 a b) (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64))) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 a (*.f64 c #s(literal 9/2 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 (*.f64 a a) (*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64))) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (/.f64 (*.f64 a a) b) (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (/.f64 (*.f64 c c) b) (*.f64 (/.f64 (*.f64 a a) b) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal 27/8 binary64) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (*.f64 c a) #s(literal 9/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 #s(literal 9/2 binary64) (*.f64 c a) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (pow.f64 b #s(literal -4 binary64)) #s(literal 81/16 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 (*.f64 a a) b) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (*.f64 a #s(literal 9/2 binary64)) c (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal -4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 a a) b)) (/.f64 (*.f64 c c) b) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))) |
(fma.f64 (*.f64 #s(literal 9/2 binary64) c) a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))))) |
(fma.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) |
(neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 c c) b) #s(literal 27/8 binary64)) (/.f64 b (*.f64 a a))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (*.f64 a a)) b)) #s(literal -27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 c (*.f64 a #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 a (*.f64 c #s(literal 9/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal 9/2 binary64) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 #s(literal 9/2 binary64) (*.f64 c a) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (*.f64 (pow.f64 b #s(literal -4 binary64)) #s(literal 81/16 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 (*.f64 a #s(literal 9/2 binary64)) c (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal -4 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(fma.f64 (*.f64 #s(literal 9/2 binary64) c) a (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) c) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 b #s(literal -3 binary64))) |
(/.f64 #s(literal -9 binary64) (/.f64 b a)) |
(/.f64 (*.f64 a #s(literal -9 binary64)) b) |
(/.f64 #s(literal 3 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal -1 binary64)) |
(/.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) b) #s(literal 3 binary64))) |
(*.f64 a (/.f64 #s(literal -9 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(*.f64 #s(literal -3 binary64) (/.f64 (/.f64 a #s(literal 1/3 binary64)) b)) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64))) |
(*.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) b) #s(literal 3 binary64)) |
(*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal -3 binary64) b)) |
(*.f64 #s(literal -9 binary64) (/.f64 a b)) |
(*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 3 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) b)) |
(*.f64 (/.f64 #s(literal -9 binary64) (/.f64 b a)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) b) #s(literal -3 binary64)) |
(*.f64 (/.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 3 binary64) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (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 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) |
(/.f64 c (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 a a))) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))) #s(literal -1 binary64)) |
(*.f64 c (*.f64 a (/.f64 a (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal -7 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (*.f64 c a) (/.f64 a (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 a a))) (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (*.f64 c (*.f64 a a))) |
(*.f64 (pow.f64 b #s(literal -7 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a a))) #s(literal -1 binary64))) |
(*.f64 (*.f64 a (/.f64 a (pow.f64 b #s(literal 7 binary64)))) c) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)) (/.f64 c (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (*.f64 a a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) c) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) (*.f64 a (/.f64 a (pow.f64 b #s(literal 7 binary64))))) |
(*.f64 (/.f64 (*.f64 c a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) a) (pow.f64 b #s(literal 7 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c a)) #s(literal -1 binary64)) (/.f64 a (pow.f64 b #s(literal 7 binary64)))) |
(+.f64 (*.f64 (+.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 c (*.f64 c c))) (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 (+.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 c (*.f64 c c)))) |
(+.f64 (*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 c 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)))))) |
(+.f64 (*.f64 (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))) (*.f64 c c)) (*.f64 (-.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 c c))) |
(+.f64 (*.f64 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)))))) c)) (*.f64 c (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (*.f64 c (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) c)) (*.f64 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)))))) c))) |
(+.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a)))))) (*.f64 (*.f64 c c) (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)))) |
(+.f64 (*.f64 (*.f64 c (*.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))))))) c) (*.f64 (/.f64 c (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) c)) |
(+.f64 (*.f64 (/.f64 c (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) c) (*.f64 (*.f64 c (*.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))))))) c)) |
(+.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal -135/128 binary64)) (/.f64 (pow.f64 b #s(literal 7 binary64)) (*.f64 c (*.f64 a a))))) (*.f64 c c)) (*.f64 (/.f64 (*.f64 c #s(literal -9/16 binary64)) (/.f64 (pow.f64 b #s(literal 5 binary64)) a)) (*.f64 c c))) |
(fma.f64 c (*.f64 c (*.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 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 c (/.f64 c (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) (*.f64 (+.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 c (*.f64 c c)))) |
(fma.f64 c (*.f64 (+.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 c c)) (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 c c) (*.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 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.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 c (*.f64 c c)))) |
(fma.f64 (+.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 c (*.f64 c c)) (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.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 c c) (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal -3/8 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 (+.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 c (*.f64 c c)))) |
(fma.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) (*.f64 c c) (*.f64 (+.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 c (*.f64 c c)))) |
(fma.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 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.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)))))) c) c (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) c) c (*.f64 (+.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 c (*.f64 c c)))) |
(fma.f64 (*.f64 (*.f64 c 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)))))) c (/.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b)))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal -3/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (+.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 c (*.f64 c c)))) |
(*.f64 c (*.f64 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)))))) |
(*.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))))) |
(*.f64 (+.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)))) (*.f64 c c)) |
(*.f64 (*.f64 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))))) c) |
(neg.f64 (*.f64 (neg.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64)))) #s(literal -9/16 binary64))) |
(neg.f64 (*.f64 #s(literal -9/16 binary64) (neg.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(neg.f64 (/.f64 (*.f64 a #s(literal -9/16 binary64)) (-.f64 #s(literal 0 binary64) (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 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a #s(literal -9/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) a) #s(literal -9/16 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.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 (*.f64 a #s(literal -9/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/.f64 (*.f64 a #s(literal 9/16 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 9/16 binary64) (/.f64 #s(literal -1 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(/.f64 (neg.f64 (*.f64 a #s(literal 9/16 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 (pow.f64 b #s(literal -5 binary64)) #s(literal -9/16 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 (pow.f64 b #s(literal 5 binary64))) #s(literal -9/16 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (*.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) (pow.f64 b #s(literal 5 binary64)))) |
(*.f64 #s(literal 9/16 binary64) (neg.f64 (/.f64 a (pow.f64 b #s(literal 5 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))) |
(neg.f64 (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(neg.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)))) |
(neg.f64 (/.f64 (/.f64 #s(literal 3/8 binary64) b) (*.f64 b b))) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 #s(literal -3/8 binary64) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 (/.f64 #s(literal -3/8 binary64) b) b))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3/8 binary64))) |
(/.f64 #s(literal 3/8 binary64) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (/.f64 #s(literal -3/8 binary64) b) (*.f64 b b)) |
(/.f64 (/.f64 #s(literal 3/8 binary64) b) (-.f64 #s(literal 0 binary64) (*.f64 b b))) |
(/.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) b) b) |
(/.f64 (neg.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b))) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) b)) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 #s(literal -3/8 binary64) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 3/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) #s(literal -3/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -3/8 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -3/8 binary64)) |
(*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 3/8 binary64) b) (/.f64 #s(literal -1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -3/8 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 (/.f64 #s(literal -3/8 binary64) b) b) (/.f64 #s(literal 1 binary64) b)) |
(+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (*.f64 c (/.f64 a #s(literal -1/3 binary64))) (*.f64 b b)) |
(fma.f64 c (/.f64 a #s(literal -1/3 binary64)) (*.f64 b b)) |
(fma.f64 b b (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 a (*.f64 c #s(literal -3 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 a (*.f64 a #s(literal -9 binary64))) |
(*.f64 (*.f64 a a) #s(literal -9 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(*.f64 #s(literal -9 binary64) (*.f64 a a)) |
(*.f64 (*.f64 a #s(literal -9 binary64)) a) |
(*.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 a #s(literal 9 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal 9 binary64)) |
(*.f64 (*.f64 a #s(literal 9 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) |
(/.f64 (*.f64 c (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (*.f64 a a)))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) |
(/.f64 #s(literal -1 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))))) |
(/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 4 binary64)))) |
(pow.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 c (/.f64 (*.f64 c c) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) |
(*.f64 c (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (*.f64 c c) (/.f64 c (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 a (*.f64 a a))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (*.f64 c (*.f64 c c)) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal -4 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (neg.f64 (pow.f64 b #s(literal -4 binary64)))) |
(*.f64 (pow.f64 b #s(literal -4 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) |
(*.f64 (pow.f64 b #s(literal -4 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c c))) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.f64 c (*.f64 c c))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) c) #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 c c)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 c (*.f64 a (*.f64 c c))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) #s(literal -1 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))) #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))) #s(literal -1 binary64)) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 4 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c a)) #s(literal 3 binary64))) |
(exp.f64 (+.f64 (*.f64 (log.f64 c) #s(literal 3 binary64)) (*.f64 (log.f64 a) #s(literal 3 binary64)))) |
(exp.f64 (+.f64 (*.f64 (log.f64 a) #s(literal 3 binary64)) (*.f64 (log.f64 c) #s(literal 3 binary64)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))))) |
(neg.f64 (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))))) |
(/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c c))) a) (/.f64 #s(literal 1 binary64) a)) |
(pow.f64 (*.f64 c a) #s(literal 3 binary64)) |
(*.f64 c (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) |
(*.f64 c (neg.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))))) |
(*.f64 a (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c)))) |
(*.f64 (*.f64 c c) (*.f64 c (*.f64 a (*.f64 a a)))) |
(*.f64 (*.f64 a a) (*.f64 c (*.f64 a (*.f64 c c)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) |
(*.f64 (*.f64 c a) (*.f64 a (*.f64 a (*.f64 c c)))) |
(*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) |
(*.f64 (*.f64 c (*.f64 c c)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))))) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(*.f64 (*.f64 a (*.f64 a a)) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (*.f64 a a) (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))))) |
(*.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 c a)) |
(*.f64 (*.f64 c (*.f64 a (*.f64 c c))) (*.f64 a a)) |
(*.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) c) |
(*.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))) (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) |
(*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))) (-.f64 #s(literal 0 binary64) (*.f64 a a))) |
(*.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) a) |
(*.f64 (*.f64 (*.f64 a (*.f64 a a)) c) (*.f64 c c)) |
(*.f64 (*.f64 (*.f64 c (*.f64 a (*.f64 c c))) a) a) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a)))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (*.f64 c (*.f64 c c))) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c)))) (*.f64 a (*.f64 a a))) |
(*.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 0 binary64) (*.f64 c (*.f64 c c))))) (*.f64 a a)) |
| 1× | egg-herbie |
| 6642× | *-lowering-*.f32 |
| 6642× | *-lowering-*.f64 |
| 2758× | +-lowering-+.f64 |
| 2758× | +-lowering-+.f32 |
| 1870× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1599 | 13977 |
| 1 | 5696 | 13180 |
| 0 | 8085 | 13180 |
| 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)))))) |
(* -9/16 (/ a (pow b 5))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(* -9/16 (/ a (pow b 5))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(* -9/16 (/ a (pow b 5))) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(* -9/16 (/ a (pow b 5))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (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)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ c b)) |
(* -1/2 (/ 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)) |
(+ (* -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/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))))))) |
(* (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/2 (/ c b)) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(* -1/2 (/ c b)) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(* 9/2 (* a c)) |
(* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/2 c))) |
(* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4))))))) |
(* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4))))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -27/8 (/ (pow c 2) (* a (pow b 2))))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/ (+ (* 27/8 (* (pow a 2) (* (pow b 2) (pow c 2)))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4)) |
(/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4)) |
(* 9/2 (* a c)) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 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))) (* 9/2 (* a c))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(* 9/2 (* a c)) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 2))) (* 9/2 a))) |
(* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4))))))) |
(* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4))))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -27/8 (/ (pow a 2) (* (pow b 2) c)))))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c))))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c))))) |
(* 9/2 (* a c)) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(* 9/2 (* a c)) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(* 9/2 (* a c)) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(* 9/2 (* a c)) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(* -9 (/ a b)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(/ (* (pow a 2) c) (pow b 7)) |
(* -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))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(* -9/16 (/ a (pow b 5))) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(/ -3/8 (pow b 3)) |
(* -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)))) |
(* -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)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
(* (pow a 3) (pow c 3)) |
| Outputs |
|---|
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -3/8 (/ a (pow b 3))) (* c (+ (* -135/128 (/ (* (pow a 3) c) (pow b 7))) (* -9/16 (/ (pow a 2) (pow b 5))))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2))))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))))) |
(* (pow c 4) (- (+ (* -135/128 (/ (pow a 3) (pow b 7))) (+ (* -9/16 (/ (pow a 2) (* (pow b 5) c))) (* -3/8 (/ a (* (pow b 3) (pow c 2)))))) (* 1/2 (/ 1 (* b (pow c 3)))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 c c)))) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c (*.f64 c c))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -9/16 (/ (pow a 2) (* (pow b 5) c))))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c))) |
(* (pow c 4) (+ (* -135/128 (/ (pow a 3) (pow b 7))) (* -1 (/ (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))) c)))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.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 (*.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))) (/.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 -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (+ (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* 135/128 (/ (* (pow a 3) (pow c 4)) (pow b 6)))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (+.f64 (+.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 135/128 binary64)))) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -135/128 (/ (* a (pow c 4)) (pow b 7))) (* -9/16 (/ (pow c 3) (pow b 5)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.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) a) (/.f64 (*.f64 c (*.f64 c c)) (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) a) (/.f64 (*.f64 c (*.f64 c c)) (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) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a (*.f64 a a)))))))) |
(* -135/128 (/ (* (pow a 3) (pow c 4)) (pow b 7))) |
(/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* (pow a 3) (+ (* 9/16 (/ (pow c 3) (* a (pow b 5)))) (* 135/128 (/ (pow c 4) (pow b 7)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (/.f64 #s(literal 9/16 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 7 binary64)))))) |
(* -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))) (/.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))) (/.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))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5)))) |
(+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64)))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* c (+ (* -135/128 (/ (pow a 2) (pow b 7))) (* -9/16 (/ a (* (pow b 5) c))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 a #s(literal 9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 a #s(literal 9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) |
(* -1 (* c (+ (* 9/16 (/ a (* (pow b 5) c))) (* 135/128 (/ (pow a 2) (pow b 7)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 a #s(literal 9/16 binary64)) (*.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(* a (- (* -135/128 (/ (* a c) (pow b 7))) (* 9/16 (/ 1 (pow b 5))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c a)) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (pow.f64 b #s(literal 5 binary64))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* (pow a 2) (- (* -135/128 (/ c (pow b 7))) (* 9/16 (/ 1 (* a (pow b 5)))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) c) (pow.f64 b #s(literal 7 binary64))) (/.f64 #s(literal 9/16 binary64) (*.f64 a (pow.f64 b #s(literal 5 binary64)))))) |
(* -135/128 (/ (* (pow a 2) c) (pow b 7))) |
(/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) c)) (* -9/16 (* a (pow b 2)))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 (*.f64 a #s(literal -9/16 binary64)) (*.f64 b b))) (pow.f64 b #s(literal 7 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/128 (/ (* (pow a 2) c) (pow b 2))) (* -9/16 a)) (pow b 5)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* 9/16 a) (* 135/128 (/ (* (pow a 2) c) (pow b 2)))) (pow b 5))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 9/16 binary64)) (/.f64 (*.f64 #s(literal 135/128 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 c) |
(*.f64 #s(literal -1/2 binary64) c) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1/2 (/ c b)) |
(/.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) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.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 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #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 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #s(literal -3 binary64))))) (*.f64 #s(literal 1/6 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -3 binary64)))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 405/64 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) b) |
(* -2/3 (/ b a)) |
(/.f64 (*.f64 #s(literal -2/3 binary64) b) a) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (-.f64 #s(literal 0 binary64) 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 0 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -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 (/.f64 b a) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b a) c)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.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 (/.f64 b a) c)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (neg.f64 c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (/.f64 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))))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 (*.f64 #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))) |
(* -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 (neg.f64 c) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c))) |
(/ 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 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* 3 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 3 (/ b (* a (* c (pow (sqrt -3) 2)))))) |
(*.f64 #s(literal 3 binary64) (+.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 a (*.f64 c #s(literal -3 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 (/.f64 #s(literal 1 binary64) a) c)) (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 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 (/.f64 #s(literal 1 binary64) a) c)) (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 0 binary64) b) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 4 binary64))))) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -3/2 binary64))))))) |
(* -2 (/ b (* a c))) |
(*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64)) |
(* 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 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.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 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) a) (*.f64 c (*.f64 (*.f64 c a) #s(literal -9/8 binary64)))) (*.f64 #s(literal -2/3 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 a #s(literal 4 binary64))) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (*.f64 a a))))) (*.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal -9/4 binary64) (*.f64 a (/.f64 c (pow.f64 b #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 c a) #s(literal 9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(/ -3/2 b) |
(/.f64 #s(literal -3/2 binary64) b) |
(* -1 (/ (+ 3/2 (* 9/8 (/ (* a c) (pow b 2)))) b)) |
(-.f64 #s(literal 0 binary64) (/.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)) |
(-.f64 #s(literal 0 binary64) (/.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 (*.f64 c a) #s(literal 9/8 binary64)) (*.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 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 #s(literal 3/2 binary64) (/.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 (/.f64 b a) c) #s(literal -2 binary64)) |
(/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) 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) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) 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 a) #s(literal -2 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.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 (/.f64 #s(literal 1 binary64) a) c)) (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)) (sqrt.f64 #s(literal -3 binary64))) (/.f64 b (*.f64 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 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 0 binary64) 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 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (/.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)) (*.f64 c c)) (*.f64 a a))) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 (*.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 #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 (/.f64 #s(literal 1 binary64) a) c)) (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)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b a)) (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (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)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (/.f64 (*.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)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.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 (/.f64 #s(literal 1 binary64) a) c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #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 (/.f64 b a) c) #s(literal -2 binary64)) |
(/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) 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 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 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 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64)))) |
(/ (+ (* 3 (* (sqrt (/ a c)) (/ 1 (sqrt -3)))) (* 3 (/ b (* c (pow (sqrt -3) 2))))) a) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (-.f64 #s(literal 0 binary64) (/.f64 b c))) 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 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 #s(literal 0 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 (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -3 binary64)))) (/.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 (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #s(literal -3 binary64)))) (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 b c)) (*.f64 (*.f64 #s(literal 3/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 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 (/.f64 #s(literal 1 binary64) 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 (* c (pow (sqrt 3) 2))))) a)) |
(-.f64 #s(literal 0 binary64) (/.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)) |
(-.f64 #s(literal 0 binary64) (/.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)))) (/.f64 (-.f64 (*.f64 (*.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))))) #s(literal -3/2 binary64)) (*.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)) |
(-.f64 #s(literal 0 binary64) (/.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)))) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 a (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 4 binary64)))) (-.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.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 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)))) (sqrt.f64 #s(literal 3 binary64))) (*.f64 (*.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 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -3/2 binary64)))) a)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b a) c))) a)) a)) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 #s(literal 0 binary64) (*.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 (/.f64 #s(literal 1 binary64) a) c)) (/.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 (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 (/.f64 #s(literal 1 binary64) a) c)) (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 a (/.f64 c 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 (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 3/2 binary64) (*.f64 c a))) (*.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 (*.f64 a (*.f64 a a)) (*.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 0 binary64) b) (+.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 c 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 0 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 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 0 binary64) b) (-.f64 (*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 a (/.f64 c 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))) |
(-.f64 #s(literal 0 binary64) (*.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 (/.f64 b 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))))))) (+.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 (neg.f64 c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))))) |
(* -1 (* c (- (* -1 (/ (+ b (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) c)) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (neg.f64 c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) 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 (neg.f64 c) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))) (*.f64 #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) 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 a (/.f64 c 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 #s(literal 3/2 binary64) 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)))) |
(*.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 (*.f64 #s(literal -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 #s(literal 3/2 binary64) 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)))) |
(*.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 #s(literal 3/2 binary64) c) b))) |
(* -1 (* (sqrt (* a c)) (sqrt -3))) |
(-.f64 #s(literal 0 binary64) (*.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 (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 b 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)))))))) |
(* (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 (neg.f64 a) (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) b) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 (neg.f64 a) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (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 (neg.f64 a) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 b (/.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #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 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 0 binary64) (*.f64 a a))))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 #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 #s(literal 0 binary64) 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 0 binary64) b) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (+.f64 (/.f64 #s(literal 2/3 binary64) a) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -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/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 (/.f64 b a) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 b a) c)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.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 (/.f64 b a) c)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (neg.f64 c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (/.f64 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))))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (*.f64 (*.f64 #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))) |
(* -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 (neg.f64 c) (-.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)))) (/.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (/.f64 (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal 1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))))) c)) c))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 405/64 binary64)))) b)))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal -1/3 binary64) (/.f64 b a))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.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 #s(literal -1/3 binary64) (/.f64 b a)) (+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 b #s(literal 1/3 binary64))) a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 #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)) |
(* -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 #s(literal 27/8 binary64) (/.f64 (*.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 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))))))) |
(* 6 a) |
(*.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 (*.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 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b))) (+.f64 (*.f64 a #s(literal 6 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/8 binary64)))) |
(+ (* -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 (*.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))))))) (/.f64 (*.f64 a #s(literal 3 binary64)) c)))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 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 (+ (* -3 (* (sqrt (/ (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) (* -3 (/ a c))))) |
(*.f64 (neg.f64 c) (*.f64 #s(literal -3 binary64) (+.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 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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 #s(literal -3 binary64) (*.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 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))) |
(* -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 (neg.f64 c) (-.f64 (*.f64 #s(literal -3 binary64) (*.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 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 (/.f64 #s(literal 1 binary64) a) 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))))))) c)) 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 #s(literal 9/2 binary64)) (*.f64 b b)))) |
(* (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 #s(literal 9/2 binary64)) (*.f64 b b)) (*.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 #s(literal 9/2 binary64)) (*.f64 b b)) (*.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 #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/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 #s(literal 3 binary64) a)))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 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) (+ (* 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 (/.f64 #s(literal 1 binary64) a) c)) (*.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 #s(literal 0 binary64) (/.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 (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)) #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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.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 #s(literal -3/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal 3/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))))) 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 #s(literal 27/8 binary64) (/.f64 (*.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 (*.f64 a #s(literal -3 binary64)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64)))))) |
(* 3 a) |
(*.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 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/8 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 #s(literal -9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (+.f64 (*.f64 a #s(literal 3 binary64)) (*.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) |
(*.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 (*.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))))))) (+.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 (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 (neg.f64 c) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 #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)))))) |
(* -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 (neg.f64 c) (+.f64 (+.f64 (*.f64 #s(literal -3 binary64) (*.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 #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 (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)))))))) |
(* -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 (neg.f64 c) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 #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 (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))))))))) |
(* -3 a) |
(*.f64 a #s(literal -3 binary64)) |
(* a (- (* 9/2 (/ (* a c) (pow b 2))) 3)) |
(*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (*.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 #s(literal 9/2 binary64)) (*.f64 b b)))) #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 #s(literal 9/2 binary64)) (*.f64 b b)) (*.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 #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 #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 (*.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/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 #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) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 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) (+ (* 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 (*.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)))))) |
(* (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 (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #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 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #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 (*.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 (*.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)) (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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -3 binary64))) (/.f64 b #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))) #s(literal -1/8 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) c)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) #s(literal -1/8 binary64)) (*.f64 #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 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c b))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 -27/16 binary64) (/.f64 (*.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 0 binary64) b) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 0 binary64) b) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c b)))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -9/8 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 #s(literal 0 binary64) (*.f64 b (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 (/.f64 #s(literal -3/2 binary64) b) (*.f64 a (/.f64 c 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 -27/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c b)))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.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 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64)))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/8 binary64)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/8 binary64)) (*.f64 #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)))))) (+.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))))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (neg.f64 c) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (neg.f64 c) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -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 (neg.f64 c) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) (*.f64 (*.f64 #s(literal 1/16 binary64) (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))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (*.f64 #s(literal -3/2 binary64) (*.f64 a (/.f64 c b)))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) c) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 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 -9/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(*.f64 a (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) (*.f64 #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 #s(literal 0 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(*.f64 (neg.f64 a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.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 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -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 (neg.f64 a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.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 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -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 (neg.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 (sqrt.f64 (/.f64 c a)) (*.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 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (+ (* -1/2 (/ c (* (pow a 2) b))) (* -3/8 (/ (pow c 2) (* a (pow b 3))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b (*.f64 a a)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow a 2) (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -3/8 (/ (pow c 2) (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* (pow a 2) (+ (* -1 (/ (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 1/2 (/ c (* a b)))) a)) (* -9/16 (/ (pow c 3) (pow b 5))))) |
(*.f64 (*.f64 a a) (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 b a))) a))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* -3/8 (* a (* (pow b 2) (pow c 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 #s(literal -3/8 binary64) (*.f64 (*.f64 a (*.f64 b b)) (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -9/16 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1/2 (* (pow b 2) c)) (* -3/8 (* a (pow c 2)))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c (*.f64 b b))) (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c)))))) (pow.f64 b #s(literal 5 binary64))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b))) (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) b)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) b))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 3) (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 3) (- (+ (* -9/16 (/ (pow a 2) (pow b 5))) (* -3/8 (/ a (* (pow b 3) c)))) (/ 1/2 (* b (pow c 2))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (* (pow c 3) (+ (* 3/8 (/ a (* (pow b 3) c))) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (+.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))))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c))) |
(* -1 (* (pow c 3) (+ (* -1 (/ (- (* -3/8 (/ a (pow b 3))) (* 1/2 (/ 1 (* b c)))) c)) (* 9/16 (/ (pow a 2) (pow b 5)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(* a (+ (* 27/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/2 c))) |
(*.f64 a (+.f64 (*.f64 (/.f64 #s(literal 27/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) b)) (*.f64 c #s(literal 9/2 binary64)))) |
(* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4))))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* a (+ (* 9/2 c) (* a (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 81/16 (/ (* a (pow c 3)) (pow b 4))))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a a))))) |
(* (pow a 3) (+ (* 27/8 (/ (pow c 2) (* a (pow b 2)))) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b b))) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a a))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -27/8 (/ (pow c 2) (* a (pow b 2))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 c c)) (*.f64 a (*.f64 b b))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (-.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 9/2 binary64)) a)) a))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow c 2) (pow b 2))) (* 9/2 (/ c a))) a))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (-.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 c #s(literal 9/2 binary64)) a)) a))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 27/8 (* (pow a 2) (* (pow b 2) (pow c 2)))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (*.f64 b b))) (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c (*.f64 b b))))))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 81/16 (* (pow a 3) (pow c 3))) (* (pow b 2) (+ (* 27/8 (* (pow a 2) (pow c 2))) (* 9/2 (* a (* (pow b 2) c)))))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 #s(literal 9/2 binary64) (*.f64 a (*.f64 c (*.f64 b b))))))) (pow.f64 b #s(literal 4 binary64))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 9/2 (* a c))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(+ (* 27/8 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c c)) (*.f64 b b)) (+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(* c (+ (* 27/8 (/ (* (pow a 2) c) (pow b 2))) (* 9/2 a))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 a #s(literal 9/2 binary64)))) |
(* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4))))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* c (+ (* 9/2 a) (* c (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 81/16 (/ (* (pow a 3) c) (pow b 4))))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 4 binary64))))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 c c)))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* (pow c 3) (+ (* 27/8 (/ (pow a 2) (* (pow b 2) c))) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4)))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b))) (*.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 c c)))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -27/8 (/ (pow a 2) (* (pow b 2) c)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -27/8 binary64) (*.f64 a a)) (*.f64 c (*.f64 b b))))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9/2 binary64)) c)) c))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -1 (/ (+ (* 27/8 (/ (pow a 2) (pow b 2))) (* 9/2 (/ a c))) c))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 a #s(literal 9/2 binary64)) c)) c))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* c (+ (* 9/2 a) (* 81/16 (/ (* (pow a 3) (pow c 2)) (pow b 4))))) |
(*.f64 c (+.f64 (*.f64 a #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 c c))))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 c c))))) |
(* (pow c 3) (+ (* 9/2 (/ a (pow c 2))) (* 81/16 (/ (pow a 3) (pow b 4))))) |
(*.f64 (*.f64 c (*.f64 c c)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 9/2 binary64) (/.f64 a (*.f64 c c))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 c c)))) |
(* -1 (* (pow c 3) (+ (* -81/16 (/ (pow a 3) (pow b 4))) (* -9/2 (/ a (pow c 2)))))) |
(*.f64 (neg.f64 (*.f64 c (*.f64 c c))) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) a) (*.f64 c c)))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64)))) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64)))) |
(* a (+ (* 9/2 c) (* 81/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) |
(*.f64 a (+.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) #s(literal 81/16 binary64)))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a a)))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a a)))) |
(* (pow a 3) (+ (* 9/2 (/ c (pow a 2))) (* 81/16 (/ (pow c 3) (pow b 4))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 a a)))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) c) (*.f64 a a))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) c) (*.f64 a a))))) |
(* -1 (* (pow a 3) (+ (* -81/16 (/ (pow c 3) (pow b 4))) (* -9/2 (/ c (pow a 2)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (/.f64 (*.f64 #s(literal -81/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -9/2 binary64) c) (*.f64 a a))))) |
(* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4))) |
(/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (+ (* 9/2 (* a (* (pow b 4) c))) (* 81/16 (* (pow a 3) (pow c 3)))) (pow b 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (*.f64 #s(literal 9/2 binary64) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) c))) (pow.f64 b #s(literal 4 binary64))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(* 9/2 (* a c)) |
(*.f64 (*.f64 a #s(literal 9/2 binary64)) c) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(+ (* 9/2 (* a c)) (* 81/16 (/ (* (pow a 3) (pow c 3)) (pow b 4)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 9/2 binary64)) c) (/.f64 (*.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(* -9 (/ a b)) |
(/.f64 (*.f64 #s(literal -9 binary64) a) b) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) |
(/ (* (pow a 2) c) (pow b 7)) |
(/.f64 (*.f64 c (*.f64 a a)) (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))) |
(* (pow c 2) (- (* -9/16 (/ (* a c) (pow b 5))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (/.f64 c (pow.f64 b #s(literal 5 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 binary64))))) (/.f64 #s(literal 3/8 binary64) (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* c (+ (* -135/128 (/ (* (pow a 2) c) (pow b 7))) (* -9/16 (/ a (pow b 5))))) (* 3/8 (/ 1 (pow b 3))))) |
(*.f64 (*.f64 c c) (-.f64 (*.f64 c (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (pow.f64 b #s(literal 7 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 a #s(literal -9/16 binary64)) (*.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 a #s(literal -9/16 binary64)) (*.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 a #s(literal -9/16 binary64)) (*.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 a #s(literal -9/16 binary64)) (*.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) a) (/.f64 (*.f64 c (*.f64 c c)) (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) a) (/.f64 (*.f64 c (*.f64 c c)) (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) a) (/.f64 (*.f64 c (*.f64 c c)) (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) a) (/.f64 (*.f64 c (*.f64 c c)) (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 a #s(literal -9/16 binary64)) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 b b)))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(/ (+ (* -135/128 (* (pow a 2) (pow c 4))) (* (pow b 2) (+ (* -9/16 (* a (pow c 3))) (* -3/8 (* (pow b 2) (pow c 2)))))) (pow b 7)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 b b)) (*.f64 c c))))) (pow.f64 b #s(literal 7 binary64))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(/ (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2))) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))) (+ (* -9/16 (/ (* a (pow c 3)) (pow b 2))) (* -3/8 (pow c 2)))) (pow b 3)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b)) (*.f64 #s(literal -3/8 binary64) (*.f64 c c))) (/.f64 (*.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 b (*.f64 b b))) |
(* -3/8 (/ (pow c 2) (pow b 3))) |
(/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (* 9/16 (/ (* a (pow c 3)) (pow b 2)))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (+ (* 3/8 (pow c 2)) (+ (* 9/16 (/ (* a (pow c 3)) (pow b 2))) (* 135/128 (/ (* (pow a 2) (pow c 4)) (pow b 4))))) (pow b 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal 3/8 binary64)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.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))) |
(-.f64 #s(literal 0 binary64) (/.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)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(* -9/16 (/ a (pow b 5))) |
(*.f64 #s(literal -9/16 binary64) (/.f64 a (pow.f64 b #s(literal 5 binary64)))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(/ -3/8 (pow b 3)) |
(/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))) |
(* -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 (neg.f64 c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 b b) c))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 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 (neg.f64 a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 c #s(literal 3 binary64)) (/.f64 (*.f64 b b) a))) |
(* -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)) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(/ (* (pow a 3) (pow c 3)) (pow b 4)) |
(/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
(* (pow a 3) (pow c 3)) |
(*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) |
Compiled 62838 to 5264 computations (91.6% saved)
137 alts after pruning (133 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1644 | 35 | 1679 |
| Fresh | 43 | 98 | 141 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1689 | 137 | 1826 |
| Status | Accuracy | Program |
|---|---|---|
| 55.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 55.9% | (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.8% | (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)))) | |
| 56.4% | (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)))) | |
| ▶ | 56.2% | (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
| 56.1% | (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.3% | (/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.2% | (/.f64 (fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) 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))) | |
| 57.2% | (/.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)) | |
| 56.8% | (/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 56.5% | (/.f64 (fma.f64 a (*.f64 (/.f64 #s(literal -3 binary64) b) (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 a #s(literal -9 binary64))) b)) | |
| 55.5% | (/.f64 (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))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 56.1% | (/.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)) | |
| 56.0% | (/.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) | |
| 56.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 56.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 56.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 55.6% | (/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 binary64)) a) (/.f64 #s(literal -3 binary64) b)) | |
| 55.9% | (/.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))) | |
| 55.9% | (/.f64 (/.f64 (+.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))) a) (/.f64 #s(literal -9 binary64) (/.f64 b a))) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) a)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) | |
| 56.6% | (/.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) | |
| 56.6% | (/.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))) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 63.0% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.6% | (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) | |
| 86.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) | |
| ▶ | 89.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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)) |
| 80.3% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) | |
| 80.3% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) | |
| 86.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) | |
| 89.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.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)) | |
| ✓ | 56.6% | (/.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)))))))) |
| 56.5% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b b) a))))))) | |
| 89.2% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.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)))))) | |
| 62.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) | |
| 62.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) | |
| 56.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) | |
| 80.3% | (/.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))))) | |
| 86.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) | |
| 56.6% | (/.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))) | |
| 55.2% | (/.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 55.9% | (/.f64 (-.f64 (/.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)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 55.9% | (/.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))) | |
| 56.0% | (/.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 3 binary64)) b))) | |
| 55.9% | (/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) | |
| 35.1% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 55.5% | (/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) | |
| 55.3% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) | |
| 54.7% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) | |
| 55.6% | (/.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))))) | |
| 55.4% | (/.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 -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 54.7% | (/.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 -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 54.9% | (/.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 -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) | |
| 56.1% | (/.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))) | |
| 56.1% | (/.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 a #s(literal 3 binary64)))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) | |
| 56.1% | (/.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))) | |
| 54.8% | (/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 56.1% | (/.f64 (-.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 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.4% | (/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) a)) | |
| 55.9% | (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 56.1% | (/.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))))) | |
| 56.0% | (/.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)) | |
| 56.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 55.9% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #s(literal -3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 56.2% | (/.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))) | |
| 56.0% | (/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) | |
| 55.2% | (/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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))))))) | |
| 56.0% | (/.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))) | |
| 57.4% | (/.f64 (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (*.f64 a #s(literal -9 binary64))) | |
| ▶ | 55.9% | (/.f64 (+.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 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
| 55.8% | (/.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)))) | |
| 55.7% | (/.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)) | |
| ✓ | 55.8% | (/.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)) |
| 79.9% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 56.7% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) | |
| 55.7% | (/.f64 (*.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 -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) | |
| 89.1% | (/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 b b)) (*.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))))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) | |
| 85.9% | (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 63.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 56.2% | (/.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)))) | |
| 56.6% | (/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) | |
| 56.2% | (/.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))))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 #s(literal -1/3 binary64) a))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)))) | |
| 56.6% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) | |
| 56.6% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| ▶ | 63.0% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| 55.9% | (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 b (*.f64 a #s(literal 3 binary64)))) | |
| ▶ | 55.2% | (-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
| 55.8% | (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) | |
| 56.0% | (+.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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.7% | (+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) | |
| 55.9% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.0% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) | |
| 56.1% | (+.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 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.1% | (+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.4% | (+.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))))) | |
| 86.3% | (+.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))))) | |
| 79.9% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) | |
| 89.6% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) | |
| 55.9% | (+.f64 (/.f64 b (/.f64 a #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))) | |
| 56.2% | (+.f64 (*.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 a #s(literal -1/3 binary64)))))))) | |
| 89.5% | (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))))) | |
| 89.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)) (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))) | |
| 56.6% | (*.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)) | |
| 56.7% | (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 binary64)) | |
| 55.9% | (*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) | |
| 55.7% | (*.f64 (/.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 -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) | |
| 56.6% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ✓ | 63.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 89.2% | (*.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)))) | |
| 56.0% | (*.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)))))))) | |
| 55.9% | (*.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)))) | |
| 55.8% | (*.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)))) | |
| 55.9% | (*.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)) | |
| 56.7% | (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -1/3 binary64)) | |
| 56.1% | (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) | |
| 79.7% | (*.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))) | |
| 89.5% | (*.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))) | |
| 62.9% | (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
Compiled 8562 to 5015 computations (41.4% saved)
| 1× | egg-herbie |
Found 18 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))))) (*.f64 a #s(literal -9 binary64))) |
| ✓ | cost-diff | 6400 | (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 0 | (/.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)))) |
| ✓ | cost-diff | 0 | (+.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))) |
| ✓ | cost-diff | 0 | (/.f64 (+.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 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) a) |
| ✓ | cost-diff | 0 | (/.f64 a #s(literal -1/3 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 b (/.f64 a #s(literal -1/3 binary64))) |
| ✓ | cost-diff | 0 | (-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
| ✓ | cost-diff | 0 | (/.f64 b c) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| ✓ | cost-diff | 128 | (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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)))))) |
| ✓ | cost-diff | 128 | (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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))) |
| ✓ | cost-diff | 256 | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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)) |
| ✓ | cost-diff | 5952 | (pow.f64 b #s(literal 5 binary64)) |
| 4554× | *-lowering-*.f32 |
| 4554× | *-lowering-*.f64 |
| 1868× | +-lowering-+.f64 |
| 1868× | +-lowering-+.f32 |
| 1704× | /-lowering-/.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 77 | 955 |
| 1 | 197 | 876 |
| 2 | 604 | 859 |
| 3 | 2358 | 846 |
| 4 | 6411 | 816 |
| 0 | 8109 | 816 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
(/ 1 a) |
1 |
a |
(/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a) |
(+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) |
(/ (* -2 b) c) |
(* -2 b) |
-2 |
b |
c |
(* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8))))) |
(+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))) |
(/ 3/2 b) |
3/2 |
(* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8))) |
(- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)) |
(* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) |
(neg a) |
(+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5)))) |
(* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) |
-3/4 |
(/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b)) |
(* c (* (/ c (* b (* b b))) -9/8)) |
(* (/ c (* b (* b b))) -9/8) |
(/ c (* b (* b b))) |
(* b (* b b)) |
(* b b) |
-9/8 |
(+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))) |
(/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) |
(* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) |
-2/3 |
(* b (* (/ (pow c 4) (pow b 6)) 405/64)) |
(* (/ (pow c 4) (pow b 6)) 405/64) |
(/ (pow c 4) (pow b 6)) |
(pow c 4) |
4 |
(pow b 6) |
6 |
405/64 |
(* c c) |
(/ (* 27/16 (* c c)) (pow b 5)) |
(* 27/16 (* c c)) |
27/16 |
(pow b 5) |
5 |
(/ -1/2 (/ b c)) |
-1/2 |
(/ b c) |
b |
c |
(- (/ b (/ a -1/3)) (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a)) |
(/ b (/ a -1/3)) |
b |
(/ a -1/3) |
a |
-1/3 |
(/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(+ (* b b) (* c (/ a -1/3))) |
(* b b) |
(* c (/ a -1/3)) |
c |
-3 |
(/ (+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) (/ a (/ b (* a -9)))) |
(+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(+ (* b b) (* c (/ a -1/3))) |
(* b b) |
b |
(* c (/ a -1/3)) |
c |
(/ a -1/3) |
a |
-1/3 |
(/ b (/ a -1/3)) |
(/ a 1/3) |
1/3 |
(/ a (/ b (* a -9))) |
(/ b (* a -9)) |
(* a -9) |
-9 |
(+ (* -3 (/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9))) (/ b (* a -3))) |
-3 |
(/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(* b b) |
b |
(* c (* a -3)) |
c |
(* a -3) |
a |
(* a -9) |
-9 |
(/ b (* a -3)) |
| Outputs |
|---|
(/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64))))))))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
1 |
#s(literal 1 binary64) |
a |
(/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64)))))))) a) |
(+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) |
(+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b c)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64)))))))) |
(/ (* -2 b) c) |
(*.f64 #s(literal -2 binary64) (/.f64 b c)) |
(* -2 b) |
(*.f64 #s(literal -2 binary64) b) |
-2 |
#s(literal -2 binary64) |
b |
c |
(* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8))))) |
(*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64))))))) |
(+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))) |
(+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64)))))) |
(/ 3/2 b) |
(/.f64 #s(literal 3/2 binary64) b) |
3/2 |
#s(literal 3/2 binary64) |
(* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8))) |
(*.f64 a (+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64))))) |
(- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)) |
(+.f64 (*.f64 a (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal -27/16 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) (+.f64 (*.f64 (/.f64 c (*.f64 b b)) (*.f64 a #s(literal 3/4 binary64))) #s(literal -1 binary64)))) |
(* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) |
(*.f64 a (-.f64 (*.f64 #s(literal 135/32 binary64) (/.f64 (/.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c))) (*.f64 c (+.f64 (*.f64 #s(literal 27/32 binary64) (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 b b))) (*.f64 (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal 27/16 binary64)))))) |
(neg a) |
(-.f64 #s(literal 0 binary64) a) |
(+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5)))) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) (*.f64 c (+.f64 (*.f64 #s(literal 27/32 binary64) (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 b b))) (*.f64 (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 b b)) #s(literal 27/16 binary64))))) |
(* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) |
(/.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 27/32 binary64) b)) b) |
-3/4 |
#s(literal -3/4 binary64) |
(/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b)) |
(/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 (*.f64 c c) b) b)) (*.f64 b (*.f64 b b))) |
(* c (* (/ c (* b (* b b))) -9/8)) |
(/.f64 (*.f64 c (*.f64 c #s(literal -9/8 binary64))) (*.f64 b (*.f64 b b))) |
(* (/ c (* b (* b b))) -9/8) |
(/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b))) |
(/ c (* b (* b b))) |
(/.f64 c (*.f64 b (*.f64 b b))) |
(* b (* b b)) |
(*.f64 b (*.f64 b b)) |
(* b b) |
(*.f64 b b) |
-9/8 |
#s(literal -9/8 binary64) |
(+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) (/.f64 (*.f64 (*.f64 c c) #s(literal 27/16 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) |
(/.f64 (/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) |
(* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) |
(/.f64 (*.f64 (*.f64 b (pow.f64 c #s(literal 4 binary64))) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 6 binary64))) |
-2/3 |
#s(literal -2/3 binary64) |
(* b (* (/ (pow c 4) (pow b 6)) 405/64)) |
(/.f64 (*.f64 b (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(* (/ (pow c 4) (pow b 6)) 405/64) |
(/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(/ (pow c 4) (pow b 6)) |
(/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) |
(pow c 4) |
(pow.f64 c #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(pow b 6) |
(pow.f64 b #s(literal 6 binary64)) |
6 |
#s(literal 6 binary64) |
405/64 |
#s(literal 405/64 binary64) |
(* c c) |
(*.f64 c c) |
(/ (* 27/16 (* c c)) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal 27/16 binary64)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) |
(* 27/16 (* c c)) |
(*.f64 (*.f64 c c) #s(literal 27/16 binary64)) |
27/16 |
#s(literal 27/16 binary64) |
(pow b 5) |
(*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))) |
5 |
#s(literal 5 binary64) |
(/ -1/2 (/ b c)) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
-1/2 |
#s(literal -1/2 binary64) |
(/ b c) |
(/.f64 b c) |
b |
c |
(- (/ b (/ a -1/3)) (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a)) |
(-.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -3 binary64)))) |
(/ b (/ a -1/3)) |
(/.f64 b (/.f64 a #s(literal -1/3 binary64))) |
b |
(/ a -1/3) |
(/.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#s(literal -1/3 binary64) |
(/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) (*.f64 a #s(literal -3 binary64))) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) #s(literal -3 binary64)) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) |
(+ (* b b) (* c (/ a -1/3))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
(* c (/ a -1/3)) |
(/.f64 (*.f64 a c) #s(literal -1/3 binary64)) |
c |
-3 |
#s(literal -3 binary64) |
(/ (+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) (/ a (/ b (* a -9)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) |
(+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64)))) |
(+ (* b b) (* c (/ a -1/3))) |
(+.f64 (*.f64 b b) (/.f64 (*.f64 a c) #s(literal -1/3 binary64))) |
(* b b) |
(*.f64 b b) |
b |
(* c (/ a -1/3)) |
(/.f64 (*.f64 a c) #s(literal -1/3 binary64)) |
c |
(/ a -1/3) |
(/.f64 a #s(literal -1/3 binary64)) |
a |
-1/3 |
#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) |
(/ a (/ b (* a -9))) |
(/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(/ b (* a -9)) |
(/.f64 b (*.f64 a #s(literal -9 binary64))) |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
(+ (* -3 (/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9))) (/ b (* a -3))) |
(+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
-3 |
#s(literal -3 binary64) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(sqrt.f64 (+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64))))) |
(+ (* b b) (* c (* a -3))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 c #s(literal -3 binary64)))) |
(* b b) |
(*.f64 b b) |
b |
(* c (* a -3)) |
(*.f64 a (*.f64 c #s(literal -3 binary64))) |
c |
(* a -3) |
(*.f64 a #s(literal -3 binary64)) |
a |
(* a -9) |
(*.f64 a #s(literal -9 binary64)) |
-9 |
#s(literal -9 binary64) |
(/ b (* a -3)) |
(/.f64 b (*.f64 a #s(literal -3 binary64))) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.9% | (*.f64 c (*.f64 a #s(literal -3 binary64))) |
| ✓ | accuracy | 99.8% | (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) |
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 94.8% | (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
| ✓ | accuracy | 99.8% | (/.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)))) |
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 99.8% | (/.f64 (+.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 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
| ✓ | accuracy | 94.9% | (+.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))) |
| ✓ | accuracy | 99.9% | (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) |
| ✓ | accuracy | 99.9% | (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal -3 binary64)) a) |
| ✓ | accuracy | 99.8% | (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 94.9% | (-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
| ✓ | accuracy | 100.0% | (/.f64 b c) |
| ✓ | accuracy | 99.9% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| ✓ | accuracy | 99.8% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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) |
| ✓ | accuracy | 99.8% | (*.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)))) |
| ✓ | accuracy | 99.8% | (+.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)))) |
| ✓ | accuracy | 99.6% | (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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))))) |
| 1.5s | 176× | 5 | exit |
| 85.0ms | 71× | 0 | valid |
| 19.0ms | 7× | 1 | valid |
| 9.0ms | 2× | 2 | valid |
Compiled 1074 to 77 computations (92.8% saved)
backward-pass: 216.0ms (35% of total)ival-div: 165.0ms (26.7% of total)ival-mult: 82.0ms (13.3% of total)...c/correct-round.rkt:119:19: 58.0ms (9.4% of total)ival-add: 50.0ms (8.1% of total)ival-pow: 14.0ms (2.3% of total)ival-sqrt: 10.0ms (1.6% of total)compiled-spec: 9.0ms (1.5% of total)ival-sub: 7.0ms (1.1% of total)const: 3.0ms (0.5% of total)ival-neg: 2.0ms (0.3% of total)| Inputs |
|---|
#<alt (pow b 5)> |
#<alt (/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a))> |
#<alt (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8))> |
#<alt (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5)))))> |
#<alt (/ -1/2 (/ b c))> |
#<alt (/ b c)> |
#<alt (- (/ b (/ a -1/3)) (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a))> |
#<alt (/ b (/ a -1/3))> |
#<alt (/ a -1/3)> |
#<alt (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a)> |
#<alt (/ (+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) (/ a (/ b (* a -9))))> |
#<alt (+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3))> |
#<alt (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3)))> |
#<alt (sqrt (+ (* b b) (* c (/ a -1/3))))> |
#<alt (+ (* -3 (/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9))) (/ b (* a -3)))> |
#<alt (/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9))> |
#<alt (sqrt (+ (* b b) (* c (* a -3))))> |
#<alt (+ (* b b) (* c (* a -3)))> |
#<alt (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))> |
#<alt (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5)))> |
#<alt (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64)))> |
#<alt (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)> |
#<alt (+ (* b b) (* c (/ a -1/3)))> |
#<alt (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3)> |
#<alt (* c (* a -3))> |
| Outputs |
|---|
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<alt (pow b 5)> |
#<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 (- (* a (- (* -1 (* a (+ (* -1/4 (/ (* (pow c 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (pow b 2))) (+ (* 27/128 (/ (pow c 4) (pow b 7))) (* 27/64 (/ (pow c 4) (pow b 7))))))) (* 9/16 (/ (pow c 3) (pow b 5))))) (* 3/8 (/ (pow c 2) (pow b 3))))))> |
#<alt (/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (/ (- (* -9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))> |
#<alt (/ (- (* -1 (/ (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (pow a 2))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (pow a 3))> |
#<alt (/ (- (* -1 (/ (+ (* -2 (/ b (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))))) (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (* 27/16 (/ c (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (pow a 3))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) (+ (* 3/2 (/ 1 (* (pow a 2) (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))))) (pow a 3))> |
#<alt (/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (/ (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ b (* a (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 9/8 (/ (* c (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (* a (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))) (+ (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* 27/16 (/ c (* a (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3)))> |
#<alt (* -1 (/ (pow b 5) (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))> |
#<alt (* (pow b 5) (- (* -9/8 (/ (* (pow b 2) c) (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))))> |
#<alt (* (pow b 5) (- (* (pow b 2) (- (* -1 (* (pow b 2) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))))> |
#<alt (* (pow b 5) (- (* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* 2 (/ 1 (* (pow a 6) (* c (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (* 27/16 (/ c (* (pow a 6) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3))))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))))> |
#<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 (/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (+ (* 27/128 (* (pow a 3) (pow c 4))) (* 27/64 (* (pow a 3) (pow c 4))))) (pow b 6))) (* -1/2 c)) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b)> |
#<alt (* -1/2 (/ c b))> |
#<alt (* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b))> |
#<alt (* -1 (/ (- (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b))> |
#<alt (* -1 (/ (- (+ (* -1 (/ (+ (* -27/64 (* (pow a 3) (pow c 4))) (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))))) (* -27/128 (* (pow a 3) (pow c 4))))) (pow b 6))) (* 1/2 c)) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 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 (- (* c (- (* -1 (* c (+ (* 27/128 (/ (pow a 3) (pow b 7))) (* 27/32 (/ (pow a 3) (pow b 7)))))) (* 9/16 (/ (pow a 2) (pow b 5))))) (* 3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b))))> |
#<alt (* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))> |
#<alt (/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5)))) (pow c 2))) (* 16/27 (/ (pow b 5) (pow a 3)))) (* 32/81 (/ (pow b 7) (* (pow a 4) c)))) (pow c 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -512/729 (/ (pow b 11) (pow a 6))) (+ (* -2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) a)) (* -256/729 (/ (pow b 11) (pow a 6))))) (pow c 3))) (* 16/27 (/ (pow b 5) (pow a 3)))) (+ (* -64/243 (/ (pow b 9) (* (pow a 5) (pow c 2)))) (+ (* 32/81 (/ (pow b 7) (* (pow a 4) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) (pow c 2))))))) (pow c 2))> |
#<alt (* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2))))> |
#<alt (/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2))> |
#<alt (/ (+ (* -1 (/ (- (+ (* -64/243 (/ (pow b 9) (* (pow a 5) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) c)))) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2))> |
#<alt (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 256/729 (/ (pow b 11) (* (pow a 6) c))) (+ (* 2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) (* a c))) (* 512/729 (/ (pow b 11) (* (pow a 6) c))))) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) c)) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2))> |
#<alt (* 9/8 (/ c (pow b 3)))> |
#<alt (- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3))))> |
#<alt (- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3))))> |
#<alt (- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3))))))> |
#<alt (* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3))))))> |
#<alt (* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))> |
#<alt (* 9/8 (/ c (pow b 3)))> |
#<alt (* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3)))))> |
#<alt (* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3)))))> |
#<alt (* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3)))))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c)))))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5))> |
#<alt (/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5))> |
#<alt (/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5))> |
#<alt (* 9/8 (/ c (pow b 3)))> |
#<alt (/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3))> |
#<alt (/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3))> |
#<alt (/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3))> |
#<alt (* 9/8 (/ c (pow b 3)))> |
#<alt (* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3)))> |
#<alt (* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3)))> |
#<alt (* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3)))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* 27/16 (/ (* a (pow c 2)) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5))> |
#<alt (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5))> |
#<alt (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5))> |
#<alt (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 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 (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (/ b c)> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (- (* -1/3 (/ b a)) (* -1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (- (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))) (* -1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (- (* 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/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)> |
#<alt (/ (- (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b)> |
#<alt (/ (- (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 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 (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))) (* 1/2 (/ c (pow b 2))))))> |
#<alt (* -1 (* b (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b)))> |
#<alt (- (* a (- (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* 3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b)))> |
#<alt (- (* a (- (* a (- (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* 9/16 (/ (pow c 3) (pow b 5))))) (* 3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c 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/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (- (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<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/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/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 (- (* c (- (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))) (* 9/16 (/ (pow a 2) (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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (- (* 1/3 (/ b (* a c))) (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))))))> |
#<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 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -3 a)> |
#<alt (* -1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a))))> |
#<alt (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a))))> |
#<alt (* 1/3 (/ b a))> |
#<alt (* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/2 (/ c b)))> |
#<alt (+ (* -1/3 (/ b a)) (* c (+ (* 3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))> |
#<alt (+ (* -1/3 (/ b a)) (* c (+ (* c (+ (* 3/8 (/ a (pow b 3))) (* 9/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b)))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 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/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -1/3 (/ b a))> |
#<alt (/ (+ (* -1/3 b) (* 1/2 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))))) a)> |
#<alt (/ (+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5)))))))) a)> |
#<alt (* -1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* 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 (* (sqrt (* a c)) (sqrt -3))> |
#<alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))))))> |
#<alt (+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))))))))> |
#<alt b> |
#<alt (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))> |
#<alt (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))> |
#<alt (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 b)> |
#<alt (* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))> |
#<alt (* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3))))))> |
#<alt (+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))> |
#<alt (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt b> |
#<alt (+ b (* -3/2 (/ (* a c) b)))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3))))))> |
#<alt (+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3))))))))> |
#<alt (* (sqrt (* a c)) (sqrt -3))> |
#<alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))))> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a)))))> |
#<alt (+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a)))))> |
#<alt (* -1/2 (/ c b))> |
#<alt (/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)> |
#<alt (/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b)> |
#<alt (* -2/3 (/ b a))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a)))))> |
#<alt (* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))> |
#<alt (* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (/ b a)))> |
#<alt (+ (* -1/2 (/ c b)) (+ (* -1/3 (/ b a)) (* 1/3 (/ b a))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* 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/3 b) (* 1/3 b)) a)> |
#<alt (/ (+ (* -1/2 (/ (* a c) b)) (+ (* -1/3 b) (* 1/3 b))) a)> |
#<alt (/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))))) a)> |
#<alt (/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))))) a)> |
#<alt (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))> |
#<alt (+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))))> |
#<alt (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a)))> |
#<alt (+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (* -1/9 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -1/9 (/ b a))> |
#<alt (* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a))))> |
#<alt (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a))))> |
#<alt (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a))))> |
#<alt (* 1/9 (/ b a))> |
#<alt (* -1 (* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a)))))> |
#<alt (* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a)))))> |
#<alt (* -1/9 (/ b a))> |
#<alt (+ (* -1/9 (/ b a)) (* 1/6 (/ c b)))> |
#<alt (+ (* -1/9 (/ b a)) (* c (+ (* 1/8 (/ (* a c) (pow b 3))) (* 1/6 (/ 1 b)))))> |
#<alt (+ (* -1/9 (/ b a)) (* c (+ (* c (+ (* 1/8 (/ a (pow b 3))) (* 3/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/6 (/ 1 b)))))> |
#<alt (* -1/9 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -1/9 (/ b a))> |
#<alt (/ (+ (* -1/9 b) (* 1/6 (/ (* a c) b))) a)> |
#<alt (/ (+ (* -1/9 b) (* a (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))))) a)> |
#<alt (/ (+ (* -1/9 b) (* a (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))))) a)> |
#<alt (* -1/9 (* (sqrt (/ c a)) (sqrt -3)))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))> |
#<alt (+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))> |
#<alt (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))> |
#<alt (+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))> |
#<alt (+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (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 (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (* -27/16 (/ (pow c 2) (pow b 5)))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5)))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5)))> |
#<alt (* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -81/32 (/ (pow c 2) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -135/32 (/ (pow c 4) (pow b 5)))> |
#<alt (* -1 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5)))> |
#<alt (/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* a (* (pow b 2) c)))) (pow b 5))> |
#<alt (/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* 3/2 (pow b 2))))) (pow b 5))> |
#<alt (/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* (pow b 2) (+ 3/2 (* -2 (/ (pow b 2) (* a c)))))))) (pow b 5))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (* b (- (* 3/2 (/ 1 (pow b 2))) (* 2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c)))))> |
#<alt (* b (- (+ (* -1 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 6))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2))))) (* 2 (/ 1 (* a c)))))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (* -1 (* b (- (* 2 (/ 1 (* a c))) (* 3/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c)))) (* 3/2 (/ 1 (pow b 2))))))> |
#<alt (* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (+ (* -1 (/ (* (pow a 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 6))) (* 2 (/ 1 (* a c))))) (* 3/2 (/ 1 (pow b 2))))))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c)> |
#<alt (/ (+ (* -2 (/ b a)) (* c (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) c)> |
#<alt (/ (+ (* -2 (/ b a)) (* c (+ (* c (+ (* 9/8 (/ a (pow b 3))) (* 27/16 (/ (* (pow a 2) c) (pow b 5))))) (* 3/2 (/ 1 b))))) c)> |
#<alt (* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))> |
#<alt (* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (/ 3/2 (* b (pow c 2))))))> |
#<alt (* (pow c 2) (+ (* -2 (/ b (* a (pow c 3)))) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (* 3/2 (/ 1 (* b (pow c 2))))))))> |
#<alt (* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5)))> |
#<alt (* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))> |
#<alt (* (pow c 2) (+ (* -1 (/ (+ (* -9/8 (/ a (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) c))) c)) (* 27/16 (/ (pow a 2) (pow b 5)))))> |
#<alt (* -2 (/ b (* a c)))> |
#<alt (/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a)> |
#<alt (/ (+ (* -2 (/ b c)) (* a (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) a)> |
#<alt (/ (+ (* -2 (/ b c)) (* a (+ (* a (+ (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* 9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b))))) a)> |
#<alt (* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (/ 3/2 (* (pow a 2) b)))))> |
#<alt (* (pow a 2) (+ (* -2 (/ b (* (pow a 3) c))) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 3/2 (/ 1 (* (pow a 2) b)))))))> |
#<alt (* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))> |
#<alt (* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3))))))> |
#<alt (* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a))))> |
#<alt (* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (+ (* -9/8 (/ c (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) a))) a))))> |
#<alt (* -3 (* a c))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2)))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* c (+ (* -3 a) (/ (pow b 2) c)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a))))> |
#<alt (pow b 2)> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (+ (* -3 (* a c)) (pow b 2))> |
#<alt (* -3 (* a c))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* a (+ (* -3 c) (/ (pow b 2) a)))> |
#<alt (* -3 (* a c))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))))> |
#<alt (+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))))))> |
#<alt (+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))))))))> |
#<alt (* -1/3 b)> |
#<alt (* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3))> |
#<alt (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3))> |
#<alt (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3))> |
#<alt (* 1/3 b)> |
#<alt (* -1 (* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3)))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3)))> |
#<alt (* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3)))> |
#<alt (* -1/3 b)> |
#<alt (+ (* -1/3 b) (* 1/2 (/ (* a c) b)))> |
#<alt (+ (* -1/3 b) (* c (+ (* 3/8 (/ (* (pow a 2) c) (pow b 3))) (* 1/2 (/ a b)))))> |
#<alt (+ (* -1/3 b) (* c (+ (* 1/2 (/ a b)) (* c (+ (* 3/8 (/ (pow a 2) (pow b 3))) (* 9/16 (/ (* (pow a 3) c) (pow b 5))))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))))> |
#<alt (* -1/3 b)> |
#<alt (+ (* -1/3 b) (* 1/2 (/ (* a c) b)))> |
#<alt (+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b)))))> |
#<alt (+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5))))))))> |
#<alt (* -1/3 (* (sqrt (* a c)) (sqrt -3)))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))> |
#<alt (* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))))> |
#<alt (* 1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))> |
#<alt (* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 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))> |
192 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 18.0ms | b | @ | inf | (- (/ b (/ a -1/3)) (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a)) |
| 9.0ms | b | @ | inf | (/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
| 2.0ms | b | @ | 0 | (/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
| 2.0ms | a | @ | inf | (/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
| 2.0ms | a | @ | -inf | (/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
| 1× | batch-egg-rewrite |
| 4836× | /-lowering-/.f32 |
| 4836× | /-lowering-/.f64 |
| 4620× | *-lowering-*.f32 |
| 4620× | *-lowering-*.f64 |
| 1584× | frac-2neg |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 77 | 495 |
| 1 | 384 | 440 |
| 2 | 2502 | 426 |
| 0 | 8290 | 426 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(pow b 5) |
(/ (/ 1 a) (/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a)) |
(- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)) |
(* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) |
(/ -1/2 (/ b c)) |
(/ b c) |
(- (/ b (/ a -1/3)) (/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a)) |
(/ b (/ a -1/3)) |
(/ a -1/3) |
(/ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) a) |
(/ (+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) (/ a (/ b (* a -9)))) |
(+ (/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) (/ a 1/3)) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) (/ b (/ a -1/3))) |
(sqrt (+ (* b b) (* c (/ a -1/3)))) |
(+ (* -3 (/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9))) (/ b (* a -3))) |
(/ (sqrt (+ (* b b) (* c (* a -3)))) (* a -9)) |
(sqrt (+ (* b b) (* c (* a -3)))) |
(+ (* b b) (* c (* a -3))) |
(+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5)))) |
(+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))) |
(* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) |
(/ (+ (/ (* -2 b) c) (* a (+ (/ 3/2 b) (* a (- (* (neg a) (+ (* -3/4 (/ (* c (* (/ c (* b (* b b))) -9/8)) (* b b))) (+ (/ (* -2/3 (* b (* (/ (pow c 4) (pow b 6)) 405/64))) (* c c)) (/ (* 27/16 (* c c)) (pow b 5))))) (* (/ c (* b (* b b))) -9/8)))))) a) |
(+ (* b b) (* c (/ a -1/3))) |
(/ (sqrt (+ (* b b) (* c (/ a -1/3)))) -3) |
(* c (* a -3)) |
| Outputs |
|---|
(exp.f64 (*.f64 #s(literal 5 binary64) (log.f64 b))) |
(exp.f64 (+.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)) (*.f64 (log.f64 b) #s(literal 3 binary64)))) |
(pow.f64 b #s(literal 5 binary64)) |
(pow.f64 (exp.f64 #s(literal 5 binary64)) (log.f64 b)) |
(*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) #s(literal 1 binary64)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) a) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 #s(literal 1 binary64) a)) |
(/.f64 (neg.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (/.f64 #s(literal -1 binary64) a)) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(*.f64 a (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (/.f64 (/.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 #s(literal -1 binary64) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) a) |
(*.f64 (/.f64 a a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) a) a) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) a) (/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(+.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))) |
(+.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) (+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(+.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b b))) (/.f64 c b) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))) |
(+.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) b)) (/.f64 c (*.f64 b b)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))) |
(+.f64 (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(+.f64 (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(+.f64 (fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) c (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) |
(+.f64 (fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) c (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) c (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) c (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) |
(+.f64 (fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) c (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) |
(+.f64 (fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) c (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) c (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) c (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) |
(+.f64 (fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (neg.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) (fma.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64))) c (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)) c))) |
(+.f64 (fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (neg.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) (fma.f64 (neg.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b)))) c (*.f64 (/.f64 #s(literal -9/8 binary64) (*.f64 b (*.f64 b b))) c))) |
(+.f64 (fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 c #s(literal -9/8 binary64))))) |
(-.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))) |
(-.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (neg.f64 (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))))) |
(fma.f64 #s(literal -3/4 binary64) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(fma.f64 #s(literal -9/8 binary64) (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (*.f64 #s(literal -3/4 binary64) (-.f64 #s(literal 0 binary64) a)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a) (neg.f64 (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))))) |
(fma.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (neg.f64 (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) #s(literal -9/8 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c))))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a (neg.f64 (-.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (+.f64 (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))))) |
(fma.f64 (*.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) #s(literal -1 binary64)) a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/4 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b))) #s(literal -3/4 binary64) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) |
(neg.f64 (+.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(+.f64 (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(+.f64 (*.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) a))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(-.f64 (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(-.f64 (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) a)) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 #s(literal -3/4 binary64) (*.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (*.f64 #s(literal -3/4 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (-.f64 #s(literal 0 binary64) a) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (-.f64 #s(literal 0 binary64) a) (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(fma.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) (-.f64 #s(literal 0 binary64) a) (*.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) a))) |
(fma.f64 (*.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) #s(literal -1 binary64)) a (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal -3/4 binary64)) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b))) #s(literal -3/4 binary64) (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) a (neg.f64 (*.f64 a (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(neg.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(*.f64 a (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) (-.f64 #s(literal 0 binary64) a)) |
(*.f64 #s(literal -1 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) #s(literal -1 binary64)) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b #s(literal 2 binary64))) (/.f64 c (*.f64 b #s(literal 2 binary64)))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) (/.f64 b c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b))))) |
(/.f64 c (*.f64 b #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (*.f64 b #s(literal 2 binary64))) |
(/.f64 (/.f64 c b) #s(literal -2 binary64)) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)) (neg.f64 (*.f64 b #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 c b)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(/.f64 (/.f64 c #s(literal -2 binary64)) b) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) c)) (-.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) b)) (neg.f64 (/.f64 #s(literal 1 binary64) c))) |
(/.f64 (neg.f64 (/.f64 c #s(literal -2 binary64))) (-.f64 #s(literal 0 binary64) b)) |
(pow.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 c b) #s(literal -2 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) #s(literal -2 binary64))) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
(*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 c b)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal -1 binary64) (/.f64 b c))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 c (-.f64 #s(literal 0 binary64) b))) |
(*.f64 (/.f64 c b) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -2 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) c)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 b #s(literal -2 binary64)))) |
(*.f64 (pow.f64 (*.f64 b #s(literal 2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 c #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c b)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) c)) (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 b c))) |
(/.f64 b c) |
(/.f64 #s(literal 1 binary64) (/.f64 c b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 c b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 c b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 c b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) c)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) c))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) c) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) c)))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) c)) |
(pow.f64 (/.f64 b c) #s(literal 1 binary64)) |
(pow.f64 (/.f64 c b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 c b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) c)) |
(*.f64 #s(literal 1 binary64) (/.f64 b c)) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(*.f64 (/.f64 #s(literal 1 binary64) c) b) |
(*.f64 (/.f64 #s(literal 1 binary64) c) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) c)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) c))) |
(+.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 (-.f64 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.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 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 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (/.f64 #s(literal 1 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.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)))) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b 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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) 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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 b a) (/.f64 (*.f64 a 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))))) #s(literal 1 binary64)) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a) (*.f64 (/.f64 a #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 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (*.f64 #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 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 #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 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 #s(literal -1/3 binary64) a)))) (/.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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.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 a #s(literal 1/3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/9 binary64) a) #s(literal -3 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 a #s(literal -9 binary64))) #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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (-.f64 (*.f64 b a) (/.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 1 binary64) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #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))))) |
(fma.f64 (/.f64 (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 b (/.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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.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 #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)) (/.f64 #s(literal -1/9 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 b 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)))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) 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 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.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 -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -9 binary64))) (*.f64 #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 -3 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) 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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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 a #s(literal -1/3 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (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))) a) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #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 -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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 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 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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 b (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.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 b #s(literal 1 binary64)) (*.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) b) (*.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) b) (*.f64 (-.f64 #s(literal 0 binary64) (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 b #s(literal -1/3 binary64)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (/.f64 b #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)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (neg.f64 (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (/.f64 b #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)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 b (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 b (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 b (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b #s(literal -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)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a (*.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 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.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))))))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (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 a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (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 a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (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 a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (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 a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.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 a #s(literal 1/3 binary64)) (*.f64 (neg.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 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/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 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b 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 #s(literal 1 binary64) a))) (*.f64 #s(literal -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 (/.f64 b a) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 #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 -3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) (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 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.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 #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 #s(literal -1/3 binary64) a)))) a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #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)) #s(literal -1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) a) (*.f64 a (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.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))))) a)) a) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) a) (*.f64 a (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a) (*.f64 a (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.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 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.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 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (*.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 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) #s(literal 3 binary64)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.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 a a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b 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 #s(literal 1 binary64) a))) (*.f64 #s(literal 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 (neg.f64 (/.f64 b a)) (/.f64 a #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 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 #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 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (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 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.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 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #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)) #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #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))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #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 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 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)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 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) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal -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)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) a) (*.f64 a (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) a) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) a) (*.f64 a (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.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 #s(literal -1/3 binary64) a)))))) a) (*.f64 a (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(/.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 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (/.f64 a #s(literal -1/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 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/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 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (*.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 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (/.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 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b a) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 a 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 1 binary64)))) (*.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 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)))) #s(literal -3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) b))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 a (*.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)))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 b a)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.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 (neg.f64 (-.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) 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)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(/.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal -3 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #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)))) (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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 a #s(literal 1/3 binary64))) |
(/.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))))) (neg.f64 (neg.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (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 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b a) (/.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 1 binary64) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(neg.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 b (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (/.f64 b a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 b a) #s(literal -3 binary64)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 b a)) #s(literal 3 binary64)) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 b #s(literal -3 binary64)) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 b a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (/.f64 b #s(literal -3 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 b #s(literal -3 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -3 binary64) b) #s(literal -1 binary64))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 b a)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 b (-.f64 #s(literal 0 binary64) a))) |
(*.f64 #s(literal -1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1/3 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal 1/3 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 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 a #s(literal -1/3 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)))) |
(/.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)) |
(pow.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 a #s(literal -3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) a) #s(literal 3 binary64)) |
(*.f64 #s(literal -3 binary64) a) |
(*.f64 #s(literal -1 binary64) (/.f64 a #s(literal 1/3 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -1 binary64)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.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) (/.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)))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(/.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))))) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) (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) (neg.f64 (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (/.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)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #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)) (neg.f64 (-.f64 #s(literal 0 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 #s(literal 0 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (neg.f64 (/.f64 #s(literal -3 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))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 (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) (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) (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 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 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)))) a)) #s(literal 3 binary64)) |
(/.f64 (*.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)) a) |
(/.f64 (*.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 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)) #s(literal 3 binary64)) |
(/.f64 (/.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)) a) |
(/.f64 (neg.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 (neg.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 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64))) (neg.f64 (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a))) #s(literal -3 binary64)) |
(/.f64 (neg.f64 (/.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 #s(literal 0 binary64) a)) |
(pow.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #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))))) a) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (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) a) (/.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 #s(literal -1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/3 binary64) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -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 a #s(literal -1/3 binary64))) #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/3 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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 (/.f64 #s(literal -1/3 binary64) a) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 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 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal -1/3 binary64)) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)) (/.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 0 binary64) a)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (*.f64 (/.f64 a #s(literal -1 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) 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)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal 1 binary64)) (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 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 a #s(literal -1/3 binary64)))) (/.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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)) (/.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b a)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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)))) (neg.f64 (*.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(/.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b a)) #s(literal -9 binary64)) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (/.f64 b (*.f64 a #s(literal -9 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) a) |
(/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (neg.f64 (/.f64 a b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (*.f64 a #s(literal -9 binary64))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a))) (neg.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal 1 binary64))) (neg.f64 (*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 a (/.f64 b (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) b)) (neg.f64 (*.f64 a (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64))) (/.f64 a (/.f64 b (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 a (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b a))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) b))) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b a))) #s(literal 9 binary64)) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (/.f64 b (*.f64 a #s(literal -9 binary64))) a))) (/.f64 b (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (neg.f64 (/.f64 a b)))) (*.f64 a #s(literal 9 binary64))) |
(pow.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)) |
(*.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (neg.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b)))) |
(*.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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (pow.f64 (/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) (pow.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) b) (/.f64 #s(literal -1/9 binary64) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (neg.f64 (/.f64 a b))) (/.f64 #s(literal -1/9 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) #s(literal -1 binary64)) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 b (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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)))) #s(literal -1 binary64)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(*.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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) a) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal -1 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 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 #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a #s(literal -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -9 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 (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) #s(literal -9 binary64)) (/.f64 (/.f64 b a) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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) a)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal -1 binary64) (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (/.f64 a b)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal 1 binary64)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a b))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (/.f64 a (/.f64 b a))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -9 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1 binary64) b)) (/.f64 (/.f64 #s(literal 1 binary64) 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 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 (/.f64 #s(literal 1 binary64) 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 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 b #s(literal -9 binary64))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -9 binary64) b))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal -9 binary64)) (/.f64 b a)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a #s(literal -9 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) b)) (/.f64 #s(literal -1/9 binary64) a)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) b))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 (-.f64 #s(literal 0 binary64) b) #s(literal -9 binary64))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal -1 binary64)) (/.f64 b (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) #s(literal 9 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) b) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) b) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (/.f64 #s(literal -1/9 binary64) a))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) b) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (*.f64 (/.f64 #s(literal -1/3 binary64) a) #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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))) #s(literal 1/3 binary64)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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) b)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 -1/9 binary64) a)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) b)) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b a)) (/.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) a) #s(literal -1/9 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 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 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 #s(literal -1/3 binary64)))) (/.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 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 a #s(literal -1/3 binary64)))) (/.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 a #s(literal -1/3 binary64))))) |
(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 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 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 #s(literal -1/3 binary64) a)))) 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 b #s(literal -1/3 binary64))) (/.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 #s(literal -1/3 binary64) a)))) (/.f64 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 #s(literal -1/3 binary64) a)))) (/.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 #s(literal -1/3 binary64) a)))) (/.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 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (/.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))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 a #s(literal -1/3 binary64)) (/.f64 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)))) b) 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 #s(literal -1/3 binary64) a)))) b) #s(literal -3 binary64)) a (/.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 a)) #s(literal -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)))) #s(literal 1 binary64)) (/.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 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.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 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) 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 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (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 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 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 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 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 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) a)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 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 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #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 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (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 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 #s(literal 1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 (*.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 #s(literal -1/3 binary64) a)))))) #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 #s(literal -1/3 binary64) a))))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64))) (*.f64 #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (/.f64 a #s(literal -1/3 binary64)))) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.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 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.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 #s(literal -1/3 binary64) a))))) a))) (neg.f64 (*.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (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 a #s(literal -1/3 binary64))) (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 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (/.f64 #s(literal 1/3 binary64) a)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) a))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) (neg.f64 (*.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) #s(literal 1 binary64)))) (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 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #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 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal 1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (neg.f64 (*.f64 #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) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #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 #s(literal -1/3 binary64) a)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)))) (neg.f64 (*.f64 #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) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) (*.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))))) (neg.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 b (/.f64 a #s(literal -1/3 binary64))))) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -9 binary64))) (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #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 (*.f64 a #s(literal -9 binary64)) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.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 #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 a #s(literal 1/3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) |
(/.f64 #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 #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 a #s(literal -1/3 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 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)) (/.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)))) 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 0 binary64) a)) (*.f64 b #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) b) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (neg.f64 (/.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 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 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) (neg.f64 (*.f64 b #s(literal -1/3 binary64)))) |
(/.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))) (neg.f64 (*.f64 b #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)))) b) 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)))) b) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (-.f64 #s(literal 0 binary64) a))) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a))) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) #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 b (/.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)))) 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 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(*.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 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64))) |
(*.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (/.f64 a b) (pow.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 a b) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) #s(literal -3 binary64)) |
(*.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -3 binary64)) a) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 (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 (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 (/.f64 #s(literal -1 binary64) b) (/.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 (/.f64 #s(literal -1 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (/.f64 a b)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (/.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 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) 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 binary64) a)) (/.f64 (/.f64 #s(literal 1 binary64) b) #s(literal 1/3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b #s(literal 1 binary64))) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (-.f64 #s(literal 0 binary64) a))) #s(literal 3 binary64)) |
(*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) 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 #s(literal -1/3 binary64) a)))) b) (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) #s(literal -1/3 binary64)) a) |
(*.f64 (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) (/.f64 #s(literal -1 binary64) a)) #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/2 binary64)) |
(+.f64 (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(+.f64 (/.f64 (-.f64 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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.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 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 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)) (/.f64 #s(literal 1 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.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)))) #s(literal 1 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 a #s(literal -1/3 binary64))) (fma.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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))))) |
(+.f64 (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) a) b (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b 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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (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 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(+.f64 (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) 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))))))) (fma.f64 (neg.f64 (/.f64 #s(literal -1/3 binary64) a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(+.f64 (fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
(-.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 b (/.f64 a #s(literal 1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 b a) (/.f64 (*.f64 a 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))))) #s(literal 1 binary64)) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 b (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) a) (*.f64 (/.f64 a #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 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64))))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (*.f64 #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 a #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) a)) (/.f64 a #s(literal 1/3 binary64))) (/.f64 (*.f64 #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 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 #s(literal -1/3 binary64) a)))) (/.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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.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 a #s(literal 1/3 binary64)))) |
(fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 (/.f64 #s(literal -1/9 binary64) a) #s(literal -3 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) 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 a #s(literal -9 binary64))) #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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal -1/3 binary64))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (-.f64 (*.f64 b a) (/.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 1 binary64) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #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))))) |
(fma.f64 (/.f64 (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 b (/.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 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.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 #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)) (/.f64 #s(literal -1/9 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 b 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)))) |
(fma.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64)) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) |
(fma.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 b (-.f64 #s(literal 0 binary64) 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 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.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 -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 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 (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -9 binary64))) (*.f64 #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 -3 binary64) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 1 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) b))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 b a))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) 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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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 a #s(literal -1/3 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (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))) a) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #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 -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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 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 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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (-.f64 b (*.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 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.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 b #s(literal 1 binary64)) (*.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) b) (*.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) b) (*.f64 (-.f64 #s(literal 0 binary64) (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 b #s(literal -1/3 binary64)) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (/.f64 b #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)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (neg.f64 (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (/.f64 b #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)) #s(literal 1 binary64))) a) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 b (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 b (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 b (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b #s(literal -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)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 b (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 b (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a (*.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 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.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))))))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal 3 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 a (*.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)))) (*.f64 (/.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (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 a)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (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 a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (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 a)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (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 a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal -3 binary64) (/.f64 b a)) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.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))))) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.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))))) a))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.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 a #s(literal 1/3 binary64)) (*.f64 (neg.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 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.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 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 3 binary64) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) #s(literal 3 binary64))) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) a) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (-.f64 #s(literal 0 binary64) b) (neg.f64 (-.f64 #s(literal 0 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)))) #s(literal -3 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/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 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) #s(literal -3 binary64)) (*.f64 #s(literal -3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b 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 #s(literal 1 binary64) a))) (*.f64 #s(literal -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 (/.f64 b a) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 #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 -3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) (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 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.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 #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 #s(literal -1/3 binary64) a)))) a))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) (-.f64 #s(literal 0 binary64) a)) (*.f64 #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)) #s(literal -1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) a) (*.f64 a (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.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))))) a)) a) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) a) (*.f64 a (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) a) (*.f64 a (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.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 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.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 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (*.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 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) #s(literal 3 binary64)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.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 a a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) b)) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b 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 #s(literal 1 binary64) a))) (*.f64 #s(literal 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 (neg.f64 (/.f64 b a)) (/.f64 a #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 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 #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 3 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 (/.f64 #s(literal -3 binary64) (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 #s(literal 3 binary64) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.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 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (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 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) (-.f64 #s(literal 0 binary64) a)) (*.f64 #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)) #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) #s(literal 9 binary64)) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 b a)) a) (*.f64 #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)) #s(literal 1 binary64)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #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))))) a)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #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))))) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #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 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #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 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #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 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 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)))) #s(literal 3 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 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) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal -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)))) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.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)))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.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)))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) 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)))) #s(literal -3 binary64)) #s(literal -1 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 b #s(literal 1 binary64)) 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)))) #s(literal -3 binary64)) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) a) (*.f64 a (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a)) a) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64))) a) (*.f64 a (/.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) |
(/.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 #s(literal -1/3 binary64) a)))))) a) (*.f64 a (/.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(/.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 #s(literal -1/3 binary64) a)))))) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) a))) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))))) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64)))) (*.f64 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (/.f64 a #s(literal -1/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 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)))) (/.f64 (*.f64 a a) #s(literal -1/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 #s(literal -1/3 binary64) a)))) #s(literal -1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) (*.f64 a (/.f64 a #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a))) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)))) (*.f64 a (*.f64 #s(literal 3 binary64) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (*.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 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (-.f64 #s(literal 0 binary64) a)) (*.f64 a (*.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 a (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) #s(literal 3 binary64)) (*.f64 a (*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) a)))) (/.f64 a #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) a) (*.f64 a (/.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 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 b a) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 a 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 1 binary64)))) (*.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 b (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 a #s(literal -9 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 b a) (*.f64 a #s(literal -9 binary64))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 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)))) #s(literal -3 binary64)) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) b))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) (/.f64 a (*.f64 b #s(literal -1/3 binary64)))) (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 a (*.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)))) #s(literal -3 binary64)) (/.f64 a #s(literal 1/3 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (-.f64 #s(literal 0 binary64) b)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) (/.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)))) #s(literal -3 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 b a)))) (neg.f64 (*.f64 (*.f64 a #s(literal -9 binary64)) #s(literal -3 binary64)))) |
(/.f64 (neg.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 (neg.f64 (-.f64 (*.f64 b (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) a))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) a)) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) b) 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)))) #s(literal -3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) a))) |
(/.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (neg.f64 (*.f64 (/.f64 a #s(literal 1/3 binary64)) (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) #s(literal -3 binary64))) (neg.f64 (*.f64 #s(literal -3 binary64) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 a #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)))) (neg.f64 (*.f64 #s(literal -3 binary64) (/.f64 a #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 b a) a) (*.f64 #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 a #s(literal 1/3 binary64))) |
(/.f64 (neg.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 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))))) (/.f64 a #s(literal -1/3 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))))) (neg.f64 (neg.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b a) (/.f64 (*.f64 a (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 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (-.f64 (*.f64 b a) (/.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b a) (/.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 1 binary64) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (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 a #s(literal 9 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a #s(literal 9 binary64)))) |
(neg.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (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 -9 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal -9 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 -9 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -9 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal -9 binary64)) |
(/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1 binary64)) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (neg.f64 (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal 9 binary64)) |
(/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64)) a) |
(/.f64 (neg.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 9 binary64))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) (neg.f64 (neg.f64 (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) #s(literal -9 binary64)) |
(/.f64 (neg.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(pow.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal -9 binary64) (/.f64 (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 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (*.f64 a #s(literal -9 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal -9 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (/.f64 #s(literal -1/9 binary64) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 9 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 9 binary64)))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 (/.f64 #s(literal -1/9 binary64) a) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/9 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) (-.f64 #s(literal 0 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) |
(pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal 1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/2 binary64)) |
(+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)) |
(fma.f64 b b (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 c (/.f64 a #s(literal -1/3 binary64)) (*.f64 b b)) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(+.f64 (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))) |
(+.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(+.f64 (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 c (*.f64 (/.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (*.f64 b b)) #s(literal -3/4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 #s(literal -3/4 binary64) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal -3/4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) (*.f64 b b)) #s(literal -3/4 binary64) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 c c))) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal -2/3 binary64) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 c c) (*.f64 #s(literal 27/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (/.f64 c b) (*.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal -3/4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) c) (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 b c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 b c)) (/.f64 #s(literal -2/3 binary64) c) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 c c)) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 c c))) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (*.f64 c #s(literal 27/16 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 c #s(literal 27/16 binary64)) (/.f64 c (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (/.f64 #s(literal 1 binary64) c) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) #s(literal -2/3 binary64) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) #s(literal 27/16 binary64) (+.f64 (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)))) |
(fma.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) c) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))))) |
(fma.f64 (/.f64 #s(literal -3/4 binary64) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))) b) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (*.f64 #s(literal -3/4 binary64) c) (/.f64 (/.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 b (*.f64 b b)) c)) (*.f64 b b)) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(fma.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 c b)) (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)))) |
(/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 b b)) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 #s(literal -3/4 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 b b))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))))) (neg.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 b b)) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 #s(literal -3/4 binary64) (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))) (neg.f64 (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(-.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 2/3 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)))) |
(-.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 b c)) (/.f64 #s(literal 2/3 binary64) c))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 #s(literal -2/3 binary64) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -2/3 binary64) (/.f64 #s(literal 1 binary64) (*.f64 c c))) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal -2/3 binary64) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 c c) (*.f64 #s(literal 27/16 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (*.f64 c c) (/.f64 #s(literal 27/16 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (/.f64 #s(literal -2/3 binary64) c) (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 b c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 b c)) (/.f64 #s(literal -2/3 binary64) c) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 c c)) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 c c))) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (*.f64 c c)) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (*.f64 c #s(literal 27/16 binary64)) (*.f64 c (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (*.f64 c #s(literal 27/16 binary64)) (/.f64 c (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (/.f64 #s(literal 1 binary64) c) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) (*.f64 c c)) #s(literal -2/3 binary64) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) #s(literal 27/16 binary64) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c))) |
(fma.f64 (/.f64 (*.f64 b #s(literal -2/3 binary64)) c) (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) c) (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) #s(literal -27/16 binary64)))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (*.f64 c c) #s(literal 1 binary64))) (*.f64 (*.f64 c c) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal -27/16 binary64)))) (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 (*.f64 c c) #s(literal -27/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 c #s(literal 1 binary64))) (*.f64 c (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 c (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/16 binary64)))) (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 c c)) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 c c))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) |
(/.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) c) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) c)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 c c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c c))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 c c)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) c)) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) (neg.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) (neg.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) #s(literal -27/16 binary64))))) (neg.f64 (*.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (*.f64 c c) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 c c) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 c c) (*.f64 (*.f64 c c) #s(literal -27/16 binary64))))) (neg.f64 (*.f64 (*.f64 c c) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (*.f64 (*.f64 c c) #s(literal -27/16 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 c c)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 c #s(literal 1 binary64)))) (neg.f64 (*.f64 c (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) (neg.f64 (*.f64 c (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) (*.f64 c (*.f64 (*.f64 c c) #s(literal -27/16 binary64))))) (neg.f64 (*.f64 c (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 c c)) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))))) (neg.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 c c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64))))) (neg.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 c c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1 binary64) c) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c)))) (neg.f64 (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64))))) (neg.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 c c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) c) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c)))) (neg.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) c))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 c c) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 c c)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 c c)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 c c))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal 2/3 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 c c))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) c) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) c)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) c))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))))) (neg.f64 (neg.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (*.f64 c c))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))))) |
(pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)) (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64))) (*.f64 (*.f64 c c) (*.f64 c (*.f64 c #s(literal 27/16 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (*.f64 c c)))) |
(/.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64))) (pow.f64 b #s(literal 6 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)))) (-.f64 #s(literal 0 binary64) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 b (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) #s(literal -2/3 binary64))) |
(*.f64 #s(literal -2/3 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64)))) |
(*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64)))) (*.f64 b #s(literal -2/3 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) #s(literal 405/64 binary64)) b) (pow.f64 b #s(literal 6 binary64))) #s(literal -2/3 binary64)) |
(*.f64 (*.f64 b #s(literal -2/3 binary64)) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))))) |
(*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) |
(*.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (/.f64 #s(literal 405/64 binary64) (pow.f64 b #s(literal 6 binary64))))) b) |
(*.f64 (*.f64 #s(literal -2/3 binary64) (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c))))) #s(literal 405/64 binary64)) |
(*.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) (/.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 405/64 binary64)) |
(*.f64 (*.f64 (*.f64 b #s(literal -2/3 binary64)) #s(literal 405/64 binary64)) (/.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) a)) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(neg.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) (-.f64 #s(literal 0 binary64) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))))) |
(/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) a)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) a))) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) #s(literal 1 binary64)) |
(pow.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) a) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(+.f64 (/.f64 c (/.f64 #s(literal -1/3 binary64) a)) (*.f64 b b)) |
(fma.f64 b b (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(fma.f64 a (*.f64 #s(literal -3 binary64) c) (*.f64 b b)) |
(fma.f64 c (/.f64 a #s(literal -1/3 binary64)) (*.f64 b b)) |
(fma.f64 (/.f64 a #s(literal -1/3 binary64)) c (*.f64 b b)) |
(fma.f64 #s(literal -3 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -3 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -3 binary64)) a (*.f64 b b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal -3 binary64) (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)))) #s(literal 3 binary64))) |
(neg.f64 (/.f64 (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 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.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 #s(literal -1 binary64) (neg.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 binary64) (neg.f64 (/.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 3 binary64)) |
(/.f64 (neg.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 (neg.f64 (neg.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)) |
(pow.f64 (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #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))))) #s(literal 1 binary64)) #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)))) #s(literal -3 binary64))) |
(*.f64 #s(literal -1/3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) |
(*.f64 #s(literal -1/3 binary64) (pow.f64 (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -1/3 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/3 binary64) (*.f64 a c))) |
(/.f64 c (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a c)))) |
(/.f64 (-.f64 #s(literal 0 binary64) c) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (*.f64 a c) #s(literal -1/3 binary64)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1/3 binary64) a)) |
(/.f64 (neg.f64 (*.f64 a c)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c) #s(literal 1/3 binary64)) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 #s(literal -1/3 binary64) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a c))) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (*.f64 c (-.f64 #s(literal 0 binary64) a))) #s(literal -1/3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) c)) #s(literal -1/3 binary64)) |
(pow.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 a c)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) |
(*.f64 a (*.f64 #s(literal -3 binary64) c)) |
(*.f64 a (/.f64 c #s(literal -1/3 binary64))) |
(*.f64 c (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (/.f64 a #s(literal -1/3 binary64)) c) |
(*.f64 #s(literal -3 binary64) (*.f64 a c)) |
(*.f64 #s(literal -3 binary64) (/.f64 c (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 a c) #s(literal -3 binary64)) |
(*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 a #s(literal -1/3 binary64))) |
(*.f64 (*.f64 c #s(literal -3 binary64)) a) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) a)) (/.f64 c #s(literal 1/3 binary64))) |
(*.f64 (/.f64 c (/.f64 #s(literal 1 binary64) a)) #s(literal -3 binary64)) |
(*.f64 (/.f64 c #s(literal -1/3 binary64)) a) |
(*.f64 (/.f64 c (/.f64 #s(literal -1 binary64) a)) #s(literal 3 binary64)) |
| 1× | egg-herbie |
| 6198× | *-lowering-*.f32 |
| 6198× | *-lowering-*.f64 |
| 3216× | +-lowering-+.f64 |
| 3216× | +-lowering-+.f32 |
| 1814× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1692 | 16548 |
| 1 | 6143 | 15642 |
| 0 | 8068 | 15642 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(pow b 5) |
(* -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 (- (* a (- (* -1 (* a (+ (* -1/4 (/ (* (pow c 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (pow b 2))) (+ (* 27/128 (/ (pow c 4) (pow b 7))) (* 27/64 (/ (pow c 4) (pow b 7))))))) (* 9/16 (/ (pow c 3) (pow b 5))))) (* 3/8 (/ (pow c 2) (pow b 3)))))) |
(/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(/ (- (* -9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3)) |
(/ (- (* -1 (/ (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (pow a 2))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (pow a 3)) |
(/ (- (* -1 (/ (+ (* -2 (/ b (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))))) (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (* 27/16 (/ c (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (pow a 3))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) (+ (* 3/2 (/ 1 (* (pow a 2) (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))))) (pow a 3)) |
(/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (/ (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ b (* a (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 9/8 (/ (* c (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (* a (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))) (+ (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* 27/16 (/ c (* a (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(* -1 (/ (pow b 5) (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) |
(* (pow b 5) (- (* -9/8 (/ (* (pow b 2) c) (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(* (pow b 5) (- (* (pow b 2) (- (* -1 (* (pow b 2) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(* (pow b 5) (- (* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* 2 (/ 1 (* (pow a 6) (* c (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (* 27/16 (/ c (* (pow a 6) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3))))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(* -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) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (+ (* 27/128 (* (pow a 3) (pow c 4))) (* 27/64 (* (pow a 3) (pow c 4))))) (pow b 6))) (* -1/2 c)) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(* -1/2 (/ c b)) |
(* -1 (/ (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b)) |
(* -1 (/ (- (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -27/64 (* (pow a 3) (pow c 4))) (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))))) (* -27/128 (* (pow a 3) (pow c 4))))) (pow b 6))) (* 1/2 c)) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 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 (- (* c (- (* -1 (* c (+ (* 27/128 (/ (pow a 3) (pow b 7))) (* 27/32 (/ (pow a 3) (pow b 7)))))) (* 9/16 (/ (pow a 2) (pow b 5))))) (* 3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) |
(/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/ (- (+ (* -1 (/ (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5)))) (pow c 2))) (* 16/27 (/ (pow b 5) (pow a 3)))) (* 32/81 (/ (pow b 7) (* (pow a 4) c)))) (pow c 2)) |
(/ (- (+ (* -1 (/ (+ (* -512/729 (/ (pow b 11) (pow a 6))) (+ (* -2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) a)) (* -256/729 (/ (pow b 11) (pow a 6))))) (pow c 3))) (* 16/27 (/ (pow b 5) (pow a 3)))) (+ (* -64/243 (/ (pow b 9) (* (pow a 5) (pow c 2)))) (+ (* 32/81 (/ (pow b 7) (* (pow a 4) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) (pow c 2))))))) (pow c 2)) |
(* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) |
(/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/ (+ (* -1 (/ (- (+ (* -64/243 (/ (pow b 9) (* (pow a 5) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) c)))) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 256/729 (/ (pow b 11) (* (pow a 6) c))) (+ (* 2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) (* a c))) (* 512/729 (/ (pow b 11) (* (pow a 6) c))))) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) c)) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(* 9/8 (/ c (pow b 3))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(* 9/8 (/ c (pow b 3))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(* 9/8 (/ c (pow b 3))) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(* 9/8 (/ c (pow b 3))) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 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)) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(/ b c) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(- (* -1/3 (/ 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)))) (* -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/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(* -1/2 (/ c b)) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/ (- (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b) |
(/ (- (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (- (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))) (* 1/2 (/ c (pow b 2)))))) |
(* -1 (* b (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2))))))) |
(* -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 (- (* a (- (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* 9/16 (/ (pow c 3) (pow b 5))))) (* 3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c 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/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(- (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(- (* -1 (/ (+ (* 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/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/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 (- (* c (- (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))) (* 9/16 (/ (pow a 2) (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/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (- (* 1/3 (/ b (* a c))) (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(* -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 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b a)) |
(* -1/3 (/ b 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) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -1/3 (/ b a)) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a)))) |
(* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a)))) |
(* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a)))) |
(* 1/3 (/ b a)) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a))))) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a))))) |
(* -1/3 (/ b a)) |
(+ (* -1/3 (/ b a)) (* 1/2 (/ c b))) |
(+ (* -1/3 (/ b a)) (* c (+ (* 3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+ (* -1/3 (/ b a)) (* c (+ (* c (+ (* 3/8 (/ a (pow b 3))) (* 9/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b))))) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -1/3 (/ b a)) |
(/ (+ (* -1/3 b) (* 1/2 (/ (* a c) b))) a) |
(/ (+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))))) a) |
(/ (+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5)))))))) a) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* 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))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5))))))))) |
b |
(* b (+ 1 (* -3/2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -1 (* b (+ 1 (+ (* -27/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -3/2 (/ c b)) (* a (+ (* -27/16 (/ (* a (pow c 3)) (pow b 5))) (* -9/8 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3))))) |
(* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))))) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(* -1/2 (/ c b)) |
(/ (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(* -2/3 (/ b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(* -1 (* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))))))) |
(+ (* -1/3 (/ b a)) (* 1/3 (/ b a))) |
(+ (* -1/2 (/ c b)) (+ (* -1/3 (/ b a)) (* 1/3 (/ b a)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))) |
(+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* 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/3 b) (* 1/3 b)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (+ (* -1/3 b) (* 1/3 b))) a) |
(/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))))) a) |
(/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))))) a) |
(* 1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+ (* -1/3 (/ b a)) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3)))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -1/9 (/ b a)) |
(* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a)))) |
(* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a)))) |
(* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a)))) |
(* 1/9 (/ b a)) |
(* -1 (* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a))))) |
(* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a))))) |
(* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a))))) |
(* -1/9 (/ b a)) |
(+ (* -1/9 (/ b a)) (* 1/6 (/ c b))) |
(+ (* -1/9 (/ b a)) (* c (+ (* 1/8 (/ (* a c) (pow b 3))) (* 1/6 (/ 1 b))))) |
(+ (* -1/9 (/ b a)) (* c (+ (* c (+ (* 1/8 (/ a (pow b 3))) (* 3/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/6 (/ 1 b))))) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -1/9 (/ b a)) |
(/ (+ (* -1/9 b) (* 1/6 (/ (* a c) b))) a) |
(/ (+ (* -1/9 b) (* a (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))))) a) |
(/ (+ (* -1/9 b) (* a (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))))) a) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (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)))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(* -1 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* a (* (pow b 2) c)))) (pow b 5)) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* 3/2 (pow b 2))))) (pow b 5)) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* (pow b 2) (+ 3/2 (* -2 (/ (pow b 2) (* a c)))))))) (pow b 5)) |
(* -2 (/ b (* a c))) |
(* b (- (* 3/2 (/ 1 (pow b 2))) (* 2 (/ 1 (* a c))))) |
(* b (- (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c))))) |
(* b (- (+ (* -1 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 6))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2))))) (* 2 (/ 1 (* a c))))) |
(* -2 (/ b (* a c))) |
(* -1 (* b (- (* 2 (/ 1 (* a c))) (* 3/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c)))) (* 3/2 (/ 1 (pow b 2)))))) |
(* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (+ (* -1 (/ (* (pow a 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 6))) (* 2 (/ 1 (* a c))))) (* 3/2 (/ 1 (pow b 2)))))) |
(* -2 (/ b (* a c))) |
(/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* c (+ (* 9/8 (/ a (pow b 3))) (* 27/16 (/ (* (pow a 2) c) (pow b 5))))) (* 3/2 (/ 1 b))))) c) |
(* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (/ 3/2 (* b (pow c 2)))))) |
(* (pow c 2) (+ (* -2 (/ b (* a (pow c 3)))) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (* 3/2 (/ 1 (* b (pow c 2)))))))) |
(* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(* (pow c 2) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -9/8 (/ a (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) c))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(* -2 (/ b (* a c))) |
(/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* a (+ (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* 9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b))))) a) |
(* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (/ 3/2 (* (pow a 2) b))))) |
(* (pow a 2) (+ (* -2 (/ b (* (pow a 3) c))) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 3/2 (/ 1 (* (pow a 2) b))))))) |
(* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (+ (* -9/8 (/ c (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) a))) a)))) |
(* -3 (* a c)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(* -3 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(pow b 2) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+ (* -3 (* a c)) (pow b 2)) |
(* -3 (* a c)) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* a (+ (* -3 c) (/ (pow b 2) a))) |
(* -3 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(* -1/3 b) |
(* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3)) |
(* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3)) |
(* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3)) |
(* 1/3 b) |
(* -1 (* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3))) |
(* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3))) |
(* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3))) |
(* -1/3 b) |
(+ (* -1/3 b) (* 1/2 (/ (* a c) b))) |
(+ (* -1/3 b) (* c (+ (* 3/8 (/ (* (pow a 2) c) (pow b 3))) (* 1/2 (/ a b))))) |
(+ (* -1/3 b) (* c (+ (* 1/2 (/ a b)) (* c (+ (* 3/8 (/ (pow a 2) (pow b 3))) (* 9/16 (/ (* (pow a 3) c) (pow b 5)))))))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(* -1/3 b) |
(+ (* -1/3 b) (* 1/2 (/ (* a c) b))) |
(+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))))) |
(+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5)))))))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(* 1/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 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)) |
| Outputs |
|---|
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(pow b 5) |
(pow.f64 b #s(literal 5 binary64)) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (*.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 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (- (* a (- (* -1 (* a (+ (* -1/4 (/ (* (pow c 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (pow b 2))) (+ (* 27/128 (/ (pow c 4) (pow b 7))) (* 27/64 (/ (pow c 4) (pow b 7))))))) (* 9/16 (/ (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 a (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) (*.f64 b b)) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 7 binary64))) #s(literal 81/128 binary64)))) (/.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 b (*.f64 b b)))))) |
(/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(/ (- (* -9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3)) |
(/.f64 (-.f64 (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) (*.f64 a (*.f64 a a))) |
(/ (- (* -1 (/ (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (pow a 2))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (pow a 3)) |
(/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))) (*.f64 a a))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))))) (*.f64 a (*.f64 a a))) |
(/ (- (* -1 (/ (+ (* -2 (/ b (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))) (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))))) (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) (* 27/16 (/ c (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (pow a 3))) (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) (+ (* 3/2 (/ 1 (* (pow a 2) (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))))) (pow a 3)) |
(/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))))) (*.f64 (*.f64 b (*.f64 b b)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) (/.f64 (*.f64 #s(literal 27/16 binary64) c) (*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 a (*.f64 a a)))) (+.f64 (+.f64 (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (*.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 b (*.f64 a a)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))))) (*.f64 a (*.f64 a a))) |
(/ -1 (* (pow a 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (/ (+ (* 9/8 (/ c (* a (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))) (*.f64 a (*.f64 a a)))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))) a)) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))) a))) (*.f64 a (*.f64 a a)))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -2 (/ b (* a (* c (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) (+ (* 9/8 (/ (* c (- (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))) (* a (* (pow b 3) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))))) (+ (* 3/2 (/ 1 (* b (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2)))) (* 27/16 (/ c (* a (* (pow b 4) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3)))))))) (* -81/64 (/ (pow c 2) (* (pow b 6) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 3))))) a)) (* 9/8 (/ c (* (pow b 3) (pow (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))) 2))))) a)) (/ 1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (pow a 3))) |
(neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 (*.f64 c a) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64))))))) (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 27/16 binary64) c) (*.f64 (*.f64 a (pow.f64 b #s(literal 4 binary64))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64)))))) (/.f64 (*.f64 #s(literal -81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 3 binary64))))))) a) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 c (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) #s(literal 2 binary64)))))) a)) (*.f64 a (*.f64 a a)))) |
(* -1 (/ (pow b 5) (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))) |
(* (pow b 5) (- (* -9/8 (/ (* (pow b 2) c) (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 (*.f64 (/.f64 #s(literal -9/8 binary64) (pow.f64 a #s(literal 4 binary64))) (/.f64 (*.f64 c (*.f64 b b)) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) |
(* (pow b 5) (- (* (pow b 2) (- (* -1 (* (pow b 2) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 a #s(literal 5 binary64)))))) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 c (pow.f64 a #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) |
(* (pow b 5) (- (* (pow b 2) (- (* (pow b 2) (- (* (pow b 2) (- (* 2 (/ 1 (* (pow a 6) (* c (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))) (+ (* 9/8 (/ (* c (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (* 27/16 (/ c (* (pow a 6) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3))))))) (+ (* 81/64 (/ (pow c 2) (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 3)))) (* 3/2 (/ 1 (* (pow a 5) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2))))))) (* 9/8 (/ c (* (pow a 4) (pow (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) 2)))))) (/ 1 (* (pow a 3) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))))) |
(*.f64 (pow.f64 b #s(literal 5 binary64)) (-.f64 (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 b b) (-.f64 (*.f64 (*.f64 b b) (-.f64 (/.f64 #s(literal 2 binary64) (*.f64 (*.f64 c (pow.f64 a #s(literal 6 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))))) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 a #s(literal 5 binary64))))) (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) (/.f64 (*.f64 #s(literal 27/16 binary64) c) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))) (pow.f64 a #s(literal 6 binary64))))))) (+.f64 (/.f64 (*.f64 #s(literal 81/64 binary64) (*.f64 c c)) (*.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))))) (/.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 a #s(literal 5 binary64))))))) (*.f64 #s(literal -9/8 binary64) (/.f64 (/.f64 c (pow.f64 a #s(literal 4 binary64))) (*.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 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) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -1/2 c)) (* 3/8 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))))) (+ (* 27/128 (* (pow a 3) (pow c 4))) (* 27/64 (* (pow a 3) (pow c 4))))) (pow b 6))) (* -1/2 c)) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))))) b) |
(/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))))) (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 a (*.f64 a a))) #s(literal 81/128 binary64))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (*.f64 #s(literal -1/2 binary64) c) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) b) |
(* -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 (/ (- (+ (* 1/2 c) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4)))) (* -3/8 (/ (* a (pow c 2)) (pow b 2)))) 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 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b)) |
(* -1 (/ (- (+ (* -1 (/ (+ (* -27/64 (* (pow a 3) (pow c 4))) (+ (* -1/4 (* (pow a 3) (* (pow c 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))))) (* -27/128 (* (pow a 3) (pow c 4))))) (pow b 6))) (* 1/2 c)) (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -27/64 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 c c) (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))))) (*.f64 (*.f64 #s(literal -27/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 4 binary64)))) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (*.f64 c #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 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 (- (* c (- (* -1 (* c (+ (* 27/128 (/ (pow a 3) (pow b 7))) (* 27/32 (/ (pow a 3) (pow b 7)))))) (* 9/16 (/ (pow a 2) (pow b 5))))) (* 3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal 135/128 binary64))) (*.f64 #s(literal -9/16 binary64) (/.f64 (*.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))) |
(* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) |
(*.f64 (/.f64 #s(literal 16/27 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a a)))) |
(/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a)))) (*.f64 c c)) |
(/ (- (+ (* -1 (/ (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5)))) (pow c 2))) (* 16/27 (/ (pow b 5) (pow a 3)))) (* 32/81 (/ (pow b 7) (* (pow a 4) c)))) (pow c 2)) |
(/.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) #s(literal 64/243 binary64)) (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (*.f64 (/.f64 #s(literal 32/81 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (pow.f64 a #s(literal 4 binary64)))))) (*.f64 c c)) |
(/ (- (+ (* -1 (/ (+ (* -512/729 (/ (pow b 11) (pow a 6))) (+ (* -2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) a)) (* -256/729 (/ (pow b 11) (pow a 6))))) (pow c 3))) (* 16/27 (/ (pow b 5) (pow a 3)))) (+ (* -64/243 (/ (pow b 9) (* (pow a 5) (pow c 2)))) (+ (* 32/81 (/ (pow b 7) (* (pow a 4) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) (pow c 2))))))) (pow c 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -512/729 binary64) (pow.f64 b #s(literal 11 binary64))) (pow.f64 a #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 b b) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) #s(literal 64/243 binary64)))) a) (/.f64 (*.f64 #s(literal -256/729 binary64) (pow.f64 b #s(literal 11 binary64))) (pow.f64 a #s(literal 6 binary64)))))) (*.f64 c (*.f64 c c))) (-.f64 (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 (/.f64 #s(literal -64/243 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 32/81 binary64) c) (/.f64 (pow.f64 b #s(literal 7 binary64)) (pow.f64 a #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal 128/243 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64)))))))) (*.f64 c c)) |
(* 16/27 (/ (pow b 5) (* (pow a 3) (pow c 2)))) |
(*.f64 (/.f64 #s(literal 16/27 binary64) (*.f64 c c)) (/.f64 (pow.f64 b #s(literal 5 binary64)) (*.f64 a (*.f64 a a)))) |
(/ (+ (* -32/81 (/ (pow b 7) (* (pow a 4) c))) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32/81 binary64) (pow.f64 b #s(literal 7 binary64))) (*.f64 c (pow.f64 a #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a)))) (*.f64 c c)) |
(/ (+ (* -1 (/ (- (+ (* -64/243 (/ (pow b 9) (* (pow a 5) c))) (* 128/243 (/ (pow b 9) (* (pow a 5) c)))) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (*.f64 c (pow.f64 a #s(literal 5 binary64)))) #s(literal 64/243 binary64)) (*.f64 #s(literal 32/81 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (pow.f64 a #s(literal 4 binary64))))) c))) (*.f64 c c)) |
(/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* 256/729 (/ (pow b 11) (* (pow a 6) c))) (+ (* 2/3 (/ (* (pow b 2) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) (* a c))) (* 512/729 (/ (pow b 11) (* (pow a 6) c))))) (+ (* -64/243 (/ (pow b 9) (pow a 5))) (* 128/243 (/ (pow b 9) (pow a 5))))) c)) (* -32/81 (/ (pow b 7) (pow a 4)))) c)) (* 16/27 (/ (pow b 5) (pow a 3)))) (pow c 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16/27 binary64) (pow.f64 b #s(literal 5 binary64))) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 256/729 binary64) (pow.f64 b #s(literal 11 binary64))) (*.f64 c (pow.f64 a #s(literal 6 binary64)))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 2/3 binary64) (*.f64 (*.f64 b b) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) #s(literal 64/243 binary64)))) (*.f64 c a)) (/.f64 (*.f64 #s(literal 512/729 binary64) (pow.f64 b #s(literal 11 binary64))) (*.f64 c (pow.f64 a #s(literal 6 binary64))))) (*.f64 (/.f64 (pow.f64 b #s(literal 9 binary64)) (pow.f64 a #s(literal 5 binary64))) #s(literal 64/243 binary64)))) c)) (*.f64 #s(literal 32/81 binary64) (/.f64 (pow.f64 b #s(literal 7 binary64)) (pow.f64 a #s(literal 4 binary64))))) c))) (*.f64 c c)) |
(* 9/8 (/ c (pow b 3))) |
(*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) |
(- (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* -9/8 (/ c (pow b 3)))) |
(+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(*.f64 a (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(*.f64 a (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* a (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(*.f64 a (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)) (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)) (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* -9/8 (/ c (* a (pow b 3)))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)) (/.f64 (*.f64 c #s(literal -9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b))))))) |
(* 9/8 (/ c (pow b 3))) |
(*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 b (*.f64 b b))))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 b (*.f64 b b))))) |
(* c (+ (* 27/16 (/ (* a c) (pow b 5))) (* 9/8 (/ 1 (pow b 3))))) |
(*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 b (*.f64 b b))))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* (pow c 2) (+ (* 27/16 (/ a (pow b 5))) (* 9/8 (/ 1 (* (pow b 3) c))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b (*.f64 b b)))))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* (pow b 2) c))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 #s(literal 9/8 binary64) (*.f64 c (*.f64 b b)))) (pow.f64 b #s(literal 5 binary64))) |
(* 9/8 (/ c (pow b 3))) |
(*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 2))) (* -9/8 c)) (pow b 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))) |
(* 9/8 (/ c (pow b 3))) |
(*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (+.f64 (neg.f64 (*.f64 a (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64))) b)) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (+.f64 (neg.f64 (*.f64 a (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64))) b)) |
(* -1 (/ (- (* -1 (/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 2))) (* 9/8 c)) (pow b 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (+.f64 (neg.f64 (*.f64 a (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (*.f64 b b)))) (*.f64 c #s(literal -9/8 binary64))) b)) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* 27/16 (/ (* a (pow c 2)) (pow b 5))) |
(/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* a (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (* a (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 5)) |
(/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))) (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) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b c) |
(/ b c) |
(/.f64 b 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(- (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 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 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)))) |
(- (* 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/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 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) |
(/ (- (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c)) b) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (- (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 2))) (* 1/2 c))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64)))) b) |
(/ (- (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 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 #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)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b)) (*.f64 c #s(literal 1/2 binary64))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) |
(* -2/3 (/ b a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (- (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a))) (* 1/2 (/ c (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.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)))))) |
(* -1 (* b (- (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (* 2/3 (/ 1 a))) (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2))))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64)))) (-.f64 (/.f64 #s(literal 2/3 binary64) a) (+.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))))))) |
(* -1/2 (/ c b)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) c) b) |
(- (* -3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) |
(- (* a (- (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* 3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(- (* a (- (* a (- (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b)) (* 9/16 (/ (pow c 3) (pow b 5))))) (* 3/8 (/ (pow c 2) (pow b 3))))) (* 1/2 (/ c 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 -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) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(- (+ (* -1/3 (/ b a)) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) (* -1/3 (* (sqrt (/ c a)) (sqrt -3)))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) 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/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(-.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(- (* -1/3 (/ b a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(- (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 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))))) (*.f64 b #s(literal 1/3 binary64))) a))) |
(- (* -1 (/ (+ (* -1 (/ (- (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (* 1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))) a)) (* 1/3 b)) a)) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.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 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 (- (* c (- (* -1/6 (/ (* c (+ (* 81/64 (/ (pow a 4) (pow b 6))) (* 81/16 (/ (pow a 4) (pow b 6))))) (* a b))) (* 9/16 (/ (pow a 2) (pow b 5))))) (* 3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))) |
(*.f64 c (-.f64 (*.f64 c (+.f64 (*.f64 c (+.f64 (/.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 -9/16 binary64) (/.f64 (*.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))) |
(* 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b (*.f64 c a)) (*.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/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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* c (- (+ (* -1/3 (/ b (* a c))) (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))) (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 b (*.f64 c a))) (-.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))))) (+.f64 (*.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 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (- (* 1/3 (/ b (* a c))) (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))))) |
(* -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 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c))) (*.f64 (/.f64 (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/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c))) c)))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) 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)) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal 1/24 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.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 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/48 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 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)))))))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a)))) |
(*.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) |
(* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a)))) |
(*.f64 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/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a)))) |
(*.f64 b (-.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) |
(* 1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal 1/3 binary64)) a) |
(* -1 (* b (- (* 1/2 (/ c (pow b 2))) (* 1/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (-.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ c (pow b 2)))) (* 1/3 (/ 1 a))))) |
(*.f64 (neg.f64 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/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/3 binary64) a)))) |
(* -1 (* b (- (+ (* 3/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/2 (/ c (pow b 2))) (* 9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (-.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))))) (/.f64 #s(literal 1/3 binary64) a))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(+ (* -1/3 (/ b a)) (* 1/2 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (/.f64 (*.f64 c #s(literal 1/2 binary64)) b)) |
(+ (* -1/3 (/ b a)) (* c (+ (* 3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/3 (/ b a)) (* c (+ (* c (+ (* 3/8 (/ a (pow b 3))) (* 9/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/2 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) |
(* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 c (+.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 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.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 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.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 (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/48 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 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/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(neg.f64 (*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (+.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/48 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 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)))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1/3 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/3 binary64)) a) |
(/ (+ (* -1/3 b) (* 1/2 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) a) |
(/ (+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5)))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal 9/16 binary64))))))) a) |
(* -1/3 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) (+.f64 (*.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 (*.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/24 binary64)))) |
(+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 (*.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/24 binary64)) (*.f64 #s(literal -1/48 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/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 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))))))) |
(+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 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/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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))) |
(+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(+.f64 (+.f64 (*.f64 #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 (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/48 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)))))) (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal 1/6 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)))))))) |
(* 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b (*.f64 a #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 (/.f64 #s(literal -1/9 binary64) a) (/.f64 (*.f64 a #s(literal 0 binary64)) a)))) |
(* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2)))))) |
(*.f64 b (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 #s(literal -1/9 binary64) a) (/.f64 (*.f64 a #s(literal 0 binary64)) a)))) |
(* b (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* -1/9 (/ (+ (* -3 a) (* 3 a)) (pow a 2))))))) |
(*.f64 b (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (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/9 binary64) a) (/.f64 (*.f64 a #s(literal 0 binary64)) a))))) |
(* -2/3 (/ b a)) |
(*.f64 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.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)))))) |
(* -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 (neg.f64 b) (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64)))) (+.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))))))) |
(* -1/9 (/ (* b (+ (* -3 a) (* 3 a))) (pow a 2))) |
(/.f64 (*.f64 #s(literal -1/9 binary64) (*.f64 b (*.f64 a #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 (*.f64 a #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 (*.f64 a #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 (*.f64 #s(literal -1/9 binary64) (*.f64 b (*.f64 a #s(literal 0 binary64)))) (*.f64 a a)) (*.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)))) |
(* 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b (*.f64 c a)) (*.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/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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.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/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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))))) |
(* -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 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c))) (*.f64 (/.f64 (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/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c))) 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) b) (/.f64 (*.f64 a (*.f64 c c)) (*.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 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/2 (/ c b)) (* a (+ (* -3/8 (/ (pow c 2) (pow b 3))) (* a (+ (* -9/16 (/ (pow c 3) (pow b 5))) (* -1/6 (/ (* a (+ (* 81/64 (/ (pow c 4) (pow b 6))) (* 81/16 (/ (pow c 4) (pow b 6))))) b))))))) |
(+.f64 (/.f64 (*.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 -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) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) 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 b #s(literal -1/3 binary64)) a) (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 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))))) (*.f64 b #s(literal 1/3 binary64))) a))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.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 a c)))))) 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 #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 (*.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 #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 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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) a) (*.f64 c (*.f64 c c))))))))))) b) |
(+ (* -3 a) (* 3 a)) |
(*.f64 a #s(literal 0 binary64)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 (*.f64 a #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 (*.f64 a #s(literal 0 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (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 (*.f64 a #s(literal 0 binary64)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) (*.f64 c (*.f64 a a))) (*.f64 b b)) (*.f64 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 81/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (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 c c) (*.f64 a (*.f64 a a))) (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 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) #s(literal -27/8 binary64))) (*.f64 a #s(literal 6 binary64))) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) #s(literal -81/16 binary64))) |
(+ (* -3 a) (* 3 a)) |
(*.f64 a #s(literal 0 binary64)) |
(+ (* -3 a) (+ (* 3 a) (* 9/2 (/ (* (pow a 2) c) (pow b 2))))) |
(+.f64 (*.f64 a #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 (*.f64 a #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 (*.f64 a #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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (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/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 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (+.f64 (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64)))) (+.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) c) (*.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 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 (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 -1 binary64) c) (*.f64 #s(literal -3 binary64) (+.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 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))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (-.f64 (*.f64 #s(literal -3 binary64) (*.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 a #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))))) 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 #s(literal -1 binary64) c) (-.f64 (*.f64 #s(literal -3 binary64) (*.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 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (+.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 (*.f64 #s(literal 3/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))))) c)) 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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (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/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 #s(literal 3 binary64) a)))) |
(* 3 (* (sqrt (* (pow a 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 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) (+ (* 3 (* (sqrt (/ c a)) (/ (* (sqrt -1) (sqrt 3)) b))) (* 3 (/ 1 a)))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 #s(literal 3 binary64) a) (*.f64 (*.f64 #s(literal 3 binary64) (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 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (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)))) |
(* (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 (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 3 binary64)) b))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.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)))) (*.f64 #s(literal -3/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))))) a)) #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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.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 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.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) a) (*.f64 c (*.f64 c c))))))))) 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 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -3/16 binary64) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 3/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (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 #s(literal 27/8 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 #s(literal 81/16 binary64) (*.f64 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (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 c c) (*.f64 a (*.f64 a a))) (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 (pow.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (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 c c) (*.f64 a (*.f64 a a))) (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 #s(literal -3 binary64)) b) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) c)))) (*.f64 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (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/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 (*.f64 #s(literal -3/2 binary64) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (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 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 (*.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) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) (/.f64 b (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 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 (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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 #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)))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 -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 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64)))))))) |
(* -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 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -3 binary64) (*.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 -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 (*.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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64))))) (*.f64 #s(literal -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)))))))) |
(* -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 (*.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 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 #s(literal -3 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (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 #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 (*.f64 (sqrt.f64 (/.f64 c a)) (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 #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 3) c)) (/ (* (sqrt -1) (sqrt 3)) b))) |
(*.f64 #s(literal 3 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) (+ (* 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) (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 (*.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)))))) |
(* (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 (*.f64 #s(literal 3 binary64) (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 (*.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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64))))))) |
(* (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 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (*.f64 b (*.f64 b b)) #s(literal 3 binary64))))) (*.f64 #s(literal 3/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 5 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (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 (*.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))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (* a c)) (sqrt -3))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(+ (* (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 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.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))) (*.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 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 (+ 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 (neg.f64 b) (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 #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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* 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/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (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))))))) (+.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (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 #s(literal -1 binary64) c) (+.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))))) |
(* -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 #s(literal -1 binary64) c) (+.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/8 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))) (+.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)))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c 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 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (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 #s(literal -1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -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 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (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 (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)))) |
(* -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 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (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 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)))) #s(literal 1/16 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -3)))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -3 binary64))))) (/.f64 #s(literal 1/3 binary64) a)))) |
(+ (* 1/3 (* (sqrt (/ c a)) (sqrt -3))) (* b (- (* b (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))))) (* 1/3 (/ 1 a))))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64)))) (*.f64 b (-.f64 (*.f64 b (+.f64 (*.f64 #s(literal -1/24 binary64) (*.f64 (sqrt.f64 (/.f64 (/.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) (*.f64 a (*.f64 c c))) (*.f64 b b))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (* -3/8 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -9/16 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1/2 c) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 2))) (* -1/6 (/ (+ (* 81/64 (* (pow a 4) (pow c 4))) (* 81/16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) c) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b b))) (/.f64 (*.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 #s(literal -2/3 binary64) (/.f64 b a)) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (* 2/3 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 2/3 binary64) a))) |
(* -1 (* b (+ (* -1/2 (/ c (pow b 2))) (+ (* -3/8 (/ (* a (pow c 2)) (pow b 4))) (* 2/3 (/ 1 a)))))) |
(*.f64 (neg.f64 b) (+.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)))))) |
(* -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 (neg.f64 b) (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64)))) (+.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))))))) |
(+ (* -1/3 (/ b a)) (* 1/3 (/ b a))) |
(*.f64 (/.f64 b a) #s(literal 0 binary64)) |
(+ (* -1/2 (/ c b)) (+ (* -1/3 (/ b a)) (* 1/3 (/ b a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 b a) #s(literal 0 binary64))) |
(+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* c (- (* -3/8 (/ (* a c) (pow b 3))) (* 1/2 (/ 1 b)))))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal 0 binary64)) (*.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)))) |
(+ (* -1/3 (/ b a)) (+ (* 1/3 (/ b a)) (* c (- (* c (+ (* -9/16 (/ (* (pow a 2) c) (pow b 5))) (* -3/8 (/ a (pow b 3))))) (* 1/2 (/ 1 b)))))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal 0 binary64)) (*.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)))) |
(* 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 #s(literal -1/3 binary64) (-.f64 (/.f64 b (*.f64 c a)) (*.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/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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* c (+ (* -1/3 (/ b (* a c))) (+ (* -1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ 1 (* a c))) (sqrt -3))))))) |
(*.f64 c (+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (/.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/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/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(* -1 (* c (+ (* 1/3 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* 1/3 (/ b (* a c)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (*.f64 #s(literal 1/3 binary64) (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 b (*.f64 c a))))) |
(* -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 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 #s(literal -1/6 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))))) c)) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))))) |
(* -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 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) a) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) c))) (*.f64 (/.f64 (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/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))))) c))) c)))) |
(/ (+ (* -1/3 b) (* 1/3 b)) a) |
(/.f64 (*.f64 b #s(literal 0 binary64)) a) |
(/ (+ (* -1/2 (/ (* a c) b)) (+ (* -1/3 b) (* 1/3 b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* -3/8 (/ (* a (pow c 2)) (pow b 3))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 (/.f64 #s(literal -3/8 binary64) b) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))))) a) |
(/ (+ (* -1/3 b) (+ (* 1/3 b) (* a (+ (* -1/2 (/ c b)) (* a (+ (* -9/16 (/ (* a (pow c 3)) (pow b 5))) (* -3/8 (/ (pow c 2) (pow b 3))))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) b) (*.f64 a (+.f64 (*.f64 #s(literal -9/16 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))))))) a) |
(* 1/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 #s(literal -1/3 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (/ b a)) (+ (* 1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/3 (* (sqrt (/ c a)) (sqrt -3))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/3 binary64)) 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 b #s(literal -1/3 binary64)) a) (+.f64 (*.f64 (*.f64 #s(literal -1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (+.f64 (*.f64 #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 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) |
(+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/3 (/ b a))) |
(*.f64 #s(literal -1/3 binary64) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (/.f64 b a))) |
(+ (* -1 (/ (+ (* 1/6 (* (sqrt (/ 1 (* a c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/6 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))))) (*.f64 b #s(literal 1/3 binary64))) a))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/6 (* (sqrt (/ a c)) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))) a)) (* 1/3 b)) a)) (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (neg.f64 (/.f64 (+.f64 (*.f64 b #s(literal 1/3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 1/24 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 #s(literal 3 binary64))))) (*.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 a c)))))) a)) a))) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 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 -1/18 binary64))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.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)))) #s(literal -1/18 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 b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) #s(literal 1/72 binary64))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* (pow b 2) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.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)))) #s(literal -1/18 binary64)) (*.f64 (*.f64 b b) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal -1/144 binary64)) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) #s(literal 1/72 binary64))))))) |
(* -1/9 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/9 binary64)) a) |
(* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a)))) |
(*.f64 b (-.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) a))) |
(* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a)))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) a)))) |
(* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a)))) |
(*.f64 b (-.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) #s(literal 3/16 binary64))) (/.f64 #s(literal 1/9 binary64) a))) |
(* 1/9 (/ b a)) |
(*.f64 (/.f64 b a) #s(literal 1/9 binary64)) |
(* -1 (* b (- (* 1/6 (/ c (pow b 2))) (* 1/9 (/ 1 a))))) |
(*.f64 (neg.f64 b) (-.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) a))) |
(* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (* 1/6 (/ c (pow b 2)))) (* 1/9 (/ 1 a))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 #s(literal 1/9 binary64) a)))) |
(* -1 (* b (- (+ (* 1/8 (/ (* a (pow c 2)) (pow b 4))) (+ (* 1/6 (/ c (pow b 2))) (* 3/16 (/ (* (pow a 2) (pow c 3)) (pow b 6))))) (* 1/9 (/ 1 a))))) |
(*.f64 (neg.f64 b) (-.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/6 binary64) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) #s(literal 3/16 binary64))) (/.f64 #s(literal 1/9 binary64) a))) |
(* -1/9 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/9 binary64)) a) |
(+ (* -1/9 (/ b a)) (* 1/6 (/ c b))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/9 binary64)) a) (*.f64 (/.f64 c b) #s(literal 1/6 binary64))) |
(+ (* -1/9 (/ b a)) (* c (+ (* 1/8 (/ (* a c) (pow b 3))) (* 1/6 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/9 binary64)) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/6 binary64) b)))) |
(+ (* -1/9 (/ b a)) (* c (+ (* c (+ (* 1/8 (/ a (pow b 3))) (* 3/16 (/ (* (pow a 2) c) (pow b 5))))) (* 1/6 (/ 1 b))))) |
(+.f64 (/.f64 (*.f64 b #s(literal -1/9 binary64)) a) (*.f64 c (+.f64 (/.f64 #s(literal 1/6 binary64) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 3/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (*.f64 (*.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))))) #s(literal -1/18 binary64)))) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (+.f64 (*.f64 (*.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))))) #s(literal -1/18 binary64)) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/72 binary64))))) |
(* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (+.f64 (+.f64 (*.f64 (*.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))))) #s(literal -1/18 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 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)))) #s(literal -1/144 binary64))) (*.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/72 binary64))))) |
(* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/9 binary64)) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/18 binary64)))) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/18 binary64)) (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/72 binary64))))) |
(* -1 (* c (+ (* -1/9 (* (sqrt (/ 1 (* a c))) (* (sqrt -1) (sqrt 3)))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal -1/9 binary64)) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64))) #s(literal -1/18 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/72 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 7 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)))) #s(literal -1/144 binary64))))) |
(* -1/9 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/9 binary64)) a) |
(/ (+ (* -1/9 b) (* 1/6 (/ (* a c) b))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/9 binary64)) (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 c a)) b)) a) |
(/ (+ (* -1/9 b) (* a (+ (* 1/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/6 (/ c b))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/9 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal 1/6 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) a) |
(/ (+ (* -1/9 b) (* a (+ (* 1/6 (/ c b)) (* a (+ (* 1/8 (/ (pow c 2) (pow b 3))) (* 3/16 (/ (* a (pow c 3)) (pow b 5)))))))) a) |
(/.f64 (+.f64 (*.f64 b #s(literal -1/9 binary64)) (*.f64 a (+.f64 (*.f64 (/.f64 c b) #s(literal 1/6 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 1/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 3/16 binary64))))))) a) |
(* -1/9 (* (sqrt (/ c a)) (sqrt -3))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 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 -1/18 binary64))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/18 binary64)) (*.f64 (*.f64 #s(literal 1/72 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(+ (* -1/9 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/9 binary64)) (+.f64 (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/18 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 1/72 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal -1/144 binary64))))) |
(* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/9 binary64)) |
(+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (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)))) #s(literal 1/9 binary64)) (*.f64 (*.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))))) #s(literal 1/18 binary64))) |
(+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (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)))) #s(literal 1/9 binary64)) (*.f64 (*.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))))) #s(literal 1/18 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 (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/72 binary64))) |
(+ (* -1/72 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/144 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/18 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/9 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3))))))) |
(+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (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/72 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64)))) #s(literal 1/144 binary64))) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) #s(literal 1/9 binary64)) (*.f64 (*.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))))) #s(literal 1/18 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 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* (sqrt (* a c)) (sqrt -3)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3))))))) |
(+.f64 (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))))) |
(+ (* (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 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.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))) (*.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 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -3/2 (/ (* a c) (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.f64 b b)))) |
(* -1 (* b (+ 1 (+ (* -3/2 (/ (* a c) (pow b 2))) (* -9/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 (+ 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 (neg.f64 b) (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64)))) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) (*.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 |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) b)) |
(+ b (* c (+ (* -3/2 (/ a b)) (* -9/8 (/ (* (pow a 2) c) (pow b 3)))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b)))))) |
(+ b (* c (+ (* -3/2 (/ a b)) (* c (+ (* -27/16 (/ (* (pow a 3) c) (pow b 5))) (* -9/8 (/ (pow a 2) (pow b 3)))))))) |
(+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -3/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))))))) |
(* (sqrt (* a c)) (sqrt -3)) |
(*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3)))) |
(*.f64 c (+.f64 (*.f64 #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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* (sqrt (/ a c)) (sqrt -3))))) |
(*.f64 c (+.f64 (+.f64 (*.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))))) |
(* 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/8 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (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))))))) (+.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 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (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 #s(literal -1 binary64) c) (+.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))))) |
(* -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 #s(literal -1 binary64) c) (+.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/8 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))))) |
(* -1 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64)))))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))) (+.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)))))) |
b |
(+ b (* -3/2 (/ (* a c) b))) |
(+.f64 b (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 c a)) b)) |
(+ b (* a (+ (* -3/2 (/ c b)) (* -9/8 (/ (* a (pow c 2)) (pow b 3)))))) |
(+.f64 b (*.f64 a (+.f64 (*.f64 (/.f64 c 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 (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 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -3 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64))))) |
(* -1 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(neg.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (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 #s(literal -1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))))))) |
(* -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 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (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 (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)))) |
(* -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 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (*.f64 c c)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))) #s(literal -1/8 binary64)) (+.f64 (+.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (/.f64 (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 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)))) #s(literal 1/16 binary64))))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) 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 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -27/16 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2)))) (pow b 5))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -135/32 (pow c 2)) (* 27/16 (pow c 2))) (pow b 5)) |
(/.f64 (*.f64 (*.f64 c c) #s(literal -81/32 binary64)) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (+ (* -27/16 (pow c 2)) (* 135/32 (pow c 2))) (pow b 5))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -81/32 (/ (pow c 2) (pow b 5))) |
(/.f64 (*.f64 #s(literal -81/32 binary64) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -135/32 (/ (pow c 4) (pow b 5))) |
(/.f64 (*.f64 #s(literal -135/32 binary64) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) |
(* -1 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 5))) |
(/.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* 9/8 (* a (* (pow b 2) c)))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 #s(literal 9/8 binary64) (*.f64 a (*.f64 c (*.f64 b b))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* 3/2 (pow b 2))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) #s(literal 3/2 binary64))))) (pow.f64 b #s(literal 5 binary64))) |
(/ (+ (* -1 (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2)))))) (* (pow b 2) (+ (* 9/8 (* a c)) (* (pow b 2) (+ 3/2 (* -2 (/ (pow b 2) (* a c)))))))) (pow b 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) (*.f64 c a))))))) (pow.f64 b #s(literal 5 binary64))) |
(* -2 (/ b (* a c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b (*.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 (- (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2)))) (* 2 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (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 (/ (* (pow a 2) (+ (* -135/32 (pow c 2)) (+ (* 27/32 (pow c 2)) (* 27/16 (pow c 2))))) (pow b 6))) (+ (* 9/8 (/ (* a c) (pow b 4))) (* 3/2 (/ 1 (pow b 2))))) (* 2 (/ 1 (* a c))))) |
(*.f64 b (+.f64 (neg.f64 (*.f64 (*.f64 a a) (/.f64 (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64))) (pow.f64 b #s(literal 6 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (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)))))) |
(* -2 (/ b (* a c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) |
(* -1 (* b (- (* 2 (/ 1 (* a c))) (* 3/2 (/ 1 (pow b 2)))))) |
(*.f64 (neg.f64 b) (-.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (/.f64 #s(literal 3/2 binary64) (*.f64 b b)))) |
(* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (* 2 (/ 1 (* a c)))) (* 3/2 (/ 1 (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (-.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (/.f64 #s(literal 3/2 binary64) (*.f64 b b))))) |
(* -1 (* b (- (+ (* -9/8 (/ (* a c) (pow b 4))) (+ (* -1 (/ (* (pow a 2) (+ (* -27/16 (pow c 2)) (+ (* -27/32 (pow c 2)) (* 135/32 (pow c 2))))) (pow b 6))) (* 2 (/ 1 (* a c))))) (* 3/2 (/ 1 (pow b 2)))))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c a)) (pow.f64 b #s(literal 4 binary64))) (-.f64 (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 c a)) (neg.f64 (/.f64 (*.f64 (*.f64 a a) (+.f64 (*.f64 (*.f64 c c) #s(literal -27/16 binary64)) (*.f64 (*.f64 c c) #s(literal 27/8 binary64)))) (pow.f64 b #s(literal 6 binary64))))) (/.f64 #s(literal 3/2 binary64) (*.f64 b b))))) |
(* -2 (/ b (* a c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2 (/ b a)) (* 3/2 (/ c b))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c) |
(/ (+ (* -2 (/ b a)) (* c (+ (* c (+ (* 9/8 (/ a (pow b 3))) (* 27/16 (/ (* (pow a 2) c) (pow b 5))))) (* 3/2 (/ 1 b))))) c) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c) |
(* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5))) |
(*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (/ 3/2 (* b (pow c 2)))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))) |
(* (pow c 2) (+ (* -2 (/ b (* a (pow c 3)))) (+ (* 9/8 (/ a (* (pow b 3) c))) (+ (* 27/16 (/ (pow a 2) (pow b 5))) (* 3/2 (/ 1 (* b (pow c 2)))))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 a (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c))))))) |
(* 27/16 (/ (* (pow a 2) (pow c 2)) (pow b 5))) |
(*.f64 #s(literal 27/16 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) |
(* (pow c 2) (+ (* 9/8 (/ a (* (pow b 3) c))) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))) |
(* (pow c 2) (+ (* -1 (/ (- (* -9/8 (/ a (pow b 3))) (* 3/2 (/ 1 (* b c)))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b c))) c)))) |
(* (pow c 2) (+ (* -1 (/ (+ (* -9/8 (/ a (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) c))) c)) (* 27/16 (/ (pow a 2) (pow b 5))))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 3/2 binary64) b)) c))) c))) |
(* -2 (/ b (* a c))) |
(*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) |
(/ (+ (* -2 (/ b c)) (* 3/2 (/ a b))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* 9/8 (/ (* a c) (pow b 3))) (* 3/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a) |
(/ (+ (* -2 (/ b c)) (* a (+ (* a (+ (* -1 (* a (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) (* 9/8 (/ c (pow b 3))))) (* 3/2 (/ 1 b))))) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))))))))) a) |
(* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (/ 3/2 (* (pow a 2) b))))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (+.f64 (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 a a)))))) |
(* (pow a 2) (+ (* -2 (/ b (* (pow a 3) c))) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (+ (* 9/8 (/ c (* a (pow b 3)))) (* 3/2 (/ 1 (* (pow a 2) b))))))) |
(*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (*.f64 a (*.f64 a a)))) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (+.f64 (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 a a))))))) |
(* -1 (* (pow a 2) (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* 9/8 (/ c (* a (pow b 3)))))) |
(*.f64 (*.f64 a a) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (- (* -9/8 (/ c (pow b 3))) (* 3/2 (/ 1 (* a b)))) a)))) |
(*.f64 (*.f64 a a) (*.f64 #s(literal -1 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b a))) a)))) |
(* (pow a 2) (+ (* -1 (+ (* -135/32 (/ (pow c 2) (pow b 5))) (+ (* 27/32 (/ (pow c 2) (pow b 5))) (* 27/16 (/ (pow c 2) (pow b 5)))))) (* -1 (/ (+ (* -9/8 (/ c (pow b 3))) (* -1 (/ (+ (* -2 (/ b (* a c))) (* 3/2 (/ 1 b))) a))) a)))) |
(*.f64 (*.f64 a a) (-.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (/.f64 (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 3/2 binary64) b)) a)) a))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(* (pow b 2) (+ 1 (* -3 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 c a) #s(literal -3 binary64)) (*.f64 b b)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(+ (* -3 (* a c)) (pow b 2)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -3 a) (/ (pow b 2) c))) |
(*.f64 c (+.f64 (*.f64 a #s(literal -3 binary64)) (/.f64 (*.f64 b b) c))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 3 a)))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 a #s(literal 3 binary64)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) 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 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 3 c)))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (*.f64 b b) a)) (*.f64 c #s(literal 3 binary64)))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -3))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 #s(literal -1/6 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -3) 3))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))))))))) |
(+ (* -1/3 (* (sqrt (* a c)) (sqrt -3))) (* (pow b 2) (+ (* -1/6 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -3)))) (* (pow b 2) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -3) 3))))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal -1/48 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))))) (*.f64 #s(literal 1/24 binary64) (*.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)))))))) |
(* -1/3 b) |
(*.f64 b #s(literal -1/3 binary64)) |
(* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3)) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/3 binary64))) |
(* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3)) |
(*.f64 b (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/3 binary64)))) |
(* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3)) |
(*.f64 b (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) (*.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -1/3 binary64))) |
(* 1/3 b) |
(*.f64 b #s(literal 1/3 binary64)) |
(* -1 (* b (- (* 1/2 (/ (* a c) (pow b 2))) 1/3))) |
(*.f64 (neg.f64 b) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/3 binary64))) |
(* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* 1/2 (/ (* a c) (pow b 2)))) 1/3))) |
(*.f64 (neg.f64 b) (+.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) #s(literal -1/3 binary64)))) |
(* -1 (* b (- (+ (* 3/8 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ (* 1/2 (/ (* a c) (pow b 2))) (* 9/16 (/ (* (pow a 3) (pow c 3)) (pow b 6))))) 1/3))) |
(*.f64 (neg.f64 b) (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 c a)) (*.f64 b b)) (*.f64 #s(literal 3/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 #s(literal 9/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))) #s(literal -1/3 binary64))) |
(* -1/3 b) |
(*.f64 b #s(literal -1/3 binary64)) |
(+ (* -1/3 b) (* 1/2 (/ (* a c) b))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ (* -1/3 b) (* c (+ (* 3/8 (/ (* (pow a 2) c) (pow b 3))) (* 1/2 (/ a b))))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c (*.f64 a a))) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 1/2 binary64) a) b)))) |
(+ (* -1/3 b) (* c (+ (* 1/2 (/ a b)) (* c (+ (* 3/8 (/ (pow a 2) (pow b 3))) (* 9/16 (/ (* (pow a 3) c) (pow b 5)))))))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))))))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64)))))))) |
(* c (+ (* -1/3 (* (sqrt (/ a c)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 c (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (/.f64 a c)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))))) (+.f64 (*.f64 (*.f64 #s(literal 1/24 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -3 binary64) (sqrt.f64 #s(literal -3 binary64))))) (*.f64 #s(literal -1/48 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/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -1/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/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1 (* c (+ (* -1/3 (* (sqrt (/ a c)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) c) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (/.f64 a c)))) (+.f64 (+.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 c (*.f64 c c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 3 binary64)))) (*.f64 #s(literal -1/48 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal 3 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64))))))) (*.f64 #s(literal 1/24 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 a a))) (pow.f64 c #s(literal 5 binary64))))))))) |
(* -1/3 b) |
(*.f64 b #s(literal -1/3 binary64)) |
(+ (* -1/3 b) (* 1/2 (/ (* a c) b))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c a) b))) |
(+ (* -1/3 b) (* a (+ (* 3/8 (/ (* a (pow c 2)) (pow b 3))) (* 1/2 (/ c b))))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 a (*.f64 c c))) (*.f64 b (*.f64 b b)))))) |
(+ (* -1/3 b) (* a (+ (* 1/2 (/ c b)) (* a (+ (* 3/8 (/ (pow c 2) (pow b 3))) (* 9/16 (/ (* a (pow c 3)) (pow b 5)))))))) |
(+.f64 (*.f64 b #s(literal -1/3 binary64)) (*.f64 a (+.f64 (/.f64 (*.f64 c #s(literal 1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 (/.f64 (*.f64 a (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) #s(literal 9/16 binary64))))))) |
(* -1/3 (* (sqrt (* a c)) (sqrt -3))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 #s(literal -3 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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)))))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3))))))) |
(*.f64 a (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/3 binary64)) (+.f64 (*.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 (*.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/24 binary64))))) |
(* a (+ (* -1/3 (* (sqrt (/ c a)) (sqrt -3))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -3) 3)))))))) |
(*.f64 a (+.f64 (+.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -3 binary64))) #s(literal -1/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 (*.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/24 binary64)) (*.f64 #s(literal -1/48 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/3 (* (sqrt (* a c)) (* (sqrt -1) (sqrt 3)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (sqrt.f64 (*.f64 c a)))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/6 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)))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3)))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (+.f64 (*.f64 #s(literal -1/6 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/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 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 3 binary64)))))))) |
(* -1 (* a (+ (* -1/3 (* (sqrt (/ c a)) (* (sqrt -1) (sqrt 3)))) (+ (* -1/6 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (sqrt -1)) (sqrt 3)))) (+ (* -1/48 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (* (pow b 6) (sqrt -1)) (pow (sqrt 3) 5)))) (* 1/24 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (sqrt -1)) (pow (sqrt 3) 3))))))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 3 binary64))))) (*.f64 #s(literal -1/6 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 (*.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 (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/48 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)))))))) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
(* -3 (* a c)) |
(*.f64 (*.f64 c a) #s(literal -3 binary64)) |
Compiled 105577 to 7964 computations (92.5% saved)
117 alts after pruning (113 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2576 | 34 | 2610 |
| Fresh | 49 | 79 | 128 |
| Picked | 3 | 2 | 5 |
| Done | 2 | 2 | 4 |
| Total | 2630 | 117 | 2747 |
| Status | Accuracy | Program |
|---|---|---|
| 56.5% | (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) #s(literal 1/3 binary64) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 55.9% | (fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.f64 b (*.f64 a #s(literal -3 binary64)))) | |
| 56.8% | (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)))) | |
| ✓ | 56.2% | (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
| 56.1% | (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.3% | (/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) | |
| 56.5% | (/.f64 (fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) #s(literal -3 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 56.2% | (/.f64 (fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) 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))) | |
| 57.2% | (/.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)) | |
| 56.8% | (/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 55.5% | (/.f64 (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 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 56.1% | (/.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)) | |
| 56.0% | (/.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) | |
| 56.6% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) | |
| 56.7% | (/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) | |
| 56.1% | (/.f64 (/.f64 (-.f64 a (/.f64 (/.f64 (/.f64 b (/.f64 #s(literal 1/3 binary64) a)) #s(literal 3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) (/.f64 (/.f64 a #s(literal 1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) | |
| 56.4% | (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) | |
| 55.9% | (/.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))) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 55.9% | (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) | |
| 62.9% | (/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 63.0% | (/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 86.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) | |
| 89.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) | |
| 80.3% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) | |
| 80.3% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) | |
| 86.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) | |
| 89.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c)) | |
| 89.5% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) (*.f64 c a))))))) (pow.f64 b #s(literal 5 binary64)))) | |
| 62.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) | |
| 62.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) | |
| 56.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) | |
| 89.7% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 3/2 binary64) b)) c))) c)))) | |
| 89.8% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 a (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))))) | |
| 89.8% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (*.f64 a (*.f64 a a)))) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (+.f64 (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 a a)))))))) | |
| 80.3% | (/.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))))) | |
| 62.9% | (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) | |
| 56.6% | (/.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))) | |
| 62.9% | (/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) | |
| 55.2% | (/.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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) | |
| 55.9% | (/.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))) | |
| 56.0% | (/.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 3 binary64)) b))) | |
| 55.9% | (/.f64 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) | |
| 56.0% | (/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) | |
| 56.3% | (/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) | |
| 35.1% | (/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 55.5% | (/.f64 (-.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 -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.1% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #s(literal 3 binary64))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) | |
| 55.5% | (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) | |
| 55.6% | (/.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))))) | |
| 54.9% | (/.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 -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) | |
| 56.1% | (/.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))) | |
| 56.0% | (/.f64 (-.f64 (*.f64 (/.f64 b a) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) | |
| 56.0% | (/.f64 (-.f64 (*.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) | |
| 54.8% | (/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) | |
| 56.1% | (/.f64 (-.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 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) | |
| 55.7% | (/.f64 (-.f64 (*.f64 (*.f64 b a) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 a 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 1 binary64)))) (*.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (/.f64 (*.f64 a a) #s(literal -1/3 binary64)))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) | |
| 55.9% | (/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) | |
| 55.4% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) | |
| 55.6% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) | |
| 56.1% | (/.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))))) | |
| 56.0% | (/.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)) | |
| 56.1% | (/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.f64 a #s(literal -9 binary64))) | |
| 55.8% | (/.f64 (-.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))) a) | |
| 56.2% | (/.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))) | |
| 56.0% | (/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) | |
| 56.6% | (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.4% | (/.f64 (-.f64 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) | |
| 56.0% | (/.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))))))) | |
| 55.4% | (/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) | |
| 57.4% | (/.f64 (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (*.f64 a #s(literal -9 binary64))) | |
| 55.8% | (/.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)))) | |
| 55.7% | (/.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)) | |
| 79.9% | (/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) | |
| 62.9% | (/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) | |
| 56.7% | (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) | |
| 55.7% | (/.f64 (*.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 -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) | |
| 85.9% | (/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) | |
| ✓ | 63.0% | (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
| 56.2% | (/.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)))) | |
| 56.6% | (/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) | |
| 63.0% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) | |
| 90.1% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) | |
| 56.6% | (/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) | |
| ✓ | 63.0% | (/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| 62.9% | (/.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) | |
| 56.0% | (-.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)))) a) #s(literal -1/3 binary64))) | |
| 55.3% | (-.f64 (*.f64 (/.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))))) #s(literal -3 binary64)) a)) | |
| 55.8% | (+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) | |
| 56.0% | (+.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 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.2% | (+.f64 (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) | |
| 56.7% | (+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) | |
| 55.9% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.0% | (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) | |
| 56.1% | (+.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 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) | |
| 56.1% | (+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) | |
| 56.4% | (+.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))))) | |
| 86.3% | (+.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))))) | |
| 79.9% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) | |
| 89.6% | (+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) | |
| 56.4% | (*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/9 binary64)) | |
| 89.9% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) a) | |
| 56.7% | (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 binary64)) | |
| 55.5% | (*.f64 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a b))) | |
| 55.9% | (*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) | |
| 55.9% | (*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) | |
| 55.7% | (*.f64 (/.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 -3 binary64)))))) (*.f64 a #s(literal -9 binary64))) b) | |
| 56.6% | (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) | |
| ✓ | 63.0% | (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| 55.8% | (*.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)))) | |
| 56.1% | (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/9 binary64)) | |
| 79.7% | (*.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))) | |
| 62.9% | (*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
Compiled 11099 to 3436 computations (69% 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(+.f64 (/.f64 b (/.f64 a #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 (/.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 (/.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))))) #s(literal -3 binary64)) a)) |
(-.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 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)))) a) #s(literal -1/3 binary64))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 b (/.f64 a #s(literal 1/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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #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))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.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 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b 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 -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/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 #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 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 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)) (*.f64 a #s(literal 9 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 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 (+.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 (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 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 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 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 (/.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 (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 (*.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 (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 (*.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 #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 -3 binary64)))))) (*.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 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.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 (/.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 (+.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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.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 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/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 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.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 (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 (/.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 (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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 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 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.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))))) #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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #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 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(+.f64 (/.f64 (*.f64 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 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) a)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))))))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c)) |
(/.f64 (-.f64 (*.f64 (*.f64 b a) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 a 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 1 binary64)))) (*.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (/.f64 (*.f64 a 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 -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #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 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.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))))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #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 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 3/2 binary64) b)) c))) c)))) |
(/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.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 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 a (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) (*.f64 c a))))))) (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) a) |
(/.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (*.f64 b #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) |
(fma.f64 b (/.f64 #s(literal -1/3 binary64) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 a #s(literal 1/3 binary64)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (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 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (/.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))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 a #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) 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))))) 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 #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))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (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 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (fma.f64 a (*.f64 (/.f64 #s(literal -3 binary64) b) (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 a #s(literal -9 binary64))) b)) |
(/.f64 (fma.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b) a) #s(literal -3 binary64) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 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 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 #s(literal 3 binary64)) (/.f64 #s(literal -1 binary64) a) (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) |
(/.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 #s(literal 1 binary64) a) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (/.f64 #s(literal 1 binary64) b) #s(literal 3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(fma.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (/.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))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) |
(fma.f64 (/.f64 (/.f64 (*.f64 a #s(literal 3 binary64)) b) #s(literal -3 binary64)) (/.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 b (*.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 (*.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 #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 (*.f64 (/.f64 b a) (/.f64 (/.f64 a #s(literal -1/3 binary64)) (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 (/.f64 a #s(literal -1/3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))))))) |
(/.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 (/.f64 b #s(literal -3 binary64)) (/.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 a (/.f64 #s(literal 1 binary64) a))) (*.f64 (/.f64 a #s(literal -1/3 binary64)) (pow.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a))) #s(literal -1/2 binary64)))) |
(*.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 #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 (*.f64 (/.f64 #s(literal -1/2 binary64) b) c) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -135/128 binary64) (/.f64 (*.f64 c (*.f64 a a)) (pow.f64 b #s(literal 7 binary64)))) (*.f64 #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))))))) |
(/.f64 (-.f64 (*.f64 a #s(literal -9 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 #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 a #s(literal -9 binary64)))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(*.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 (-.f64 (/.f64 (*.f64 a #s(literal -9 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 -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 -9 binary64)) b))) |
(/.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 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal -9 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 (*.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 -9 binary64)) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 c (*.f64 a (*.f64 a a)))) (+.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal 81/32 binary64)))) (+.f64 (/.f64 (*.f64 c #s(literal 9/8 binary64)) (*.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 a 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 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) (fma.f64 #s(literal -1/3 binary64) (/.f64 b a) (*.f64 #s(literal 1/3 binary64) (/.f64 b a)))) |
(+.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 #s(literal -1/9 binary64) a) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (/.f64 b #s(literal -9 binary64)) (*.f64 (/.f64 #s(literal -3 binary64) a) (/.f64 b #s(literal -9 binary64))))) |
(/.f64 (+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (fma.f64 (neg.f64 (/.f64 #s(literal -3 binary64) a)) (*.f64 b a) (*.f64 (/.f64 #s(literal -3 binary64) a) (*.f64 b a)))) (*.f64 a #s(literal -9 binary64))) |
(*.f64 (pow.f64 c #s(literal 4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -135/128 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 7 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -3/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) (*.f64 c b))) 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)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) (*.f64 c b))) c)) c))) |
(*.f64 c (+.f64 (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -9/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (/.f64 #s(literal -1/6 binary64) a) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b))))))) (/.f64 #s(literal -1/2 binary64) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (*.f64 a (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -9/16 binary64) c) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 #s(literal -1/6 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 405/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)))))) |
(*.f64 (-.f64 (/.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)))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.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 c (*.f64 c c)) a) (/.f64 #s(literal -9/16 binary64) (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))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.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)))))) |
(+.f64 (fma.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 #s(literal -3 binary64) (*.f64 a #s(literal -9 binary64))) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64)))) (*.f64 b (*.f64 a #s(literal -3 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 a #s(literal -9 binary64))) (*.f64 b (*.f64 a #s(literal -3 binary64)))))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -9 binary64)) (/.f64 #s(literal -3 binary64) a) (neg.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) (fma.f64 (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a)) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) a) (/.f64 (*.f64 b (*.f64 a #s(literal -3 binary64))) #s(literal -9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (-.f64 (*.f64 (neg.f64 c) (+.f64 (/.f64 (*.f64 #s(literal -3/4 binary64) (*.f64 a (*.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 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (-.f64 (*.f64 (neg.f64 a) (+.f64 (*.f64 #s(literal -3/4 binary64) (/.f64 (*.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)) |
(+.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 3 binary64))) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(+.f64 (fma.f64 (/.f64 (sqrt.f64 a) a) (/.f64 (sqrt.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b)))) #s(literal 3 binary64)) (neg.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) (fma.f64 (neg.f64 (/.f64 #s(literal 1/3 binary64) a)) b (*.f64 (/.f64 #s(literal 1/3 binary64) a) b))) |
(/.f64 (+.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 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) (*.f64 b b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (*.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)))) (*.f64 b b)) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 6 binary64))))))))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (*.f64 (*.f64 a a) (+.f64 (/.f64 (*.f64 c #s(literal 9/2 binary64)) (*.f64 b b)) (*.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))))))))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(+.f64 (fma.f64 (/.f64 b a) #s(literal -1/3 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) (fma.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)) #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)))) #s(literal -3 binary64)) #s(literal 1 binary64))))) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))))))) |
5 calls:
| 114.0ms | c |
| 98.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)) |
| 94.0ms | b |
| 71.0ms | (*.f64 #s(literal 3 binary64) a) |
| 70.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.1% | 1 | a |
| 92.6% | 2 | b |
| 90.1% | 1 | c |
| 90.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)) |
| 90.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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(+.f64 (/.f64 b (/.f64 a #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 (/.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 (/.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))))) #s(literal -3 binary64)) a)) |
(-.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 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)))) a) #s(literal -1/3 binary64))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 b (/.f64 a #s(literal 1/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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #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))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.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 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b 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 -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/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 #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 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 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)) (*.f64 a #s(literal 9 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 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 (+.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 (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 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 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 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 (/.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 (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 (*.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 (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 (*.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 #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 -3 binary64)))))) (*.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 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.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 (/.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 (+.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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.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 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/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 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.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 (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 (/.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 (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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 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 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.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))))) #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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #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 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(+.f64 (/.f64 (*.f64 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 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) a)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))))))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c)) |
(/.f64 (-.f64 (*.f64 (*.f64 b a) (/.f64 (*.f64 a a) #s(literal -1/3 binary64))) (*.f64 (/.f64 (*.f64 a 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 1 binary64)))) (*.f64 (/.f64 (*.f64 a a) #s(literal -1/3 binary64)) (/.f64 (*.f64 a 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 -3 binary64))))) #s(literal 3 binary64)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #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 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (/.f64 (*.f64 a #s(literal -9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (/.f64 (+.f64 (+.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal -27/16 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) (*.f64 #s(literal -9/8 binary64) (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) (*.f64 #s(literal -27/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal 9 binary64)) b) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.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))))) (/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (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 -9 binary64)) b) b) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) b) #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 b (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) #s(literal -3 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a))) (/.f64 #s(literal 3/2 binary64) b)) c))) c)))) |
(/.f64 (-.f64 (*.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 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal -1 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) 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 -3 binary64))))) (/.f64 b (*.f64 a #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) a) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (-.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 -3 binary64))))) #s(literal 3 binary64)) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) #s(literal -1 binary64))) (*.f64 (/.f64 a (/.f64 b #s(literal -3 binary64))) (/.f64 a (/.f64 b #s(literal -3 binary64))))) |
(/.f64 (-.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 9 binary64)) b)) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (*.f64 b a)) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (*.f64 c c) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 a (*.f64 c (*.f64 c c)))) (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) a) (*.f64 c (*.f64 b (*.f64 b b)))) (+.f64 (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 #s(literal 3/2 binary64) (*.f64 b (*.f64 c c)))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (+.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) (*.f64 #s(literal 81/16 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a a)) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 (*.f64 b b) (+.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 (*.f64 b b) (+.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 b b)) (*.f64 c a))))))) (pow.f64 b #s(literal 5 binary64)))) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c)) |
1 calls:
| 53.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(+.f64 (/.f64 b (/.f64 a #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 (/.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 (/.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))))) #s(literal -3 binary64)) a)) |
(-.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 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)))) a) #s(literal -1/3 binary64))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 b (/.f64 a #s(literal 1/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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #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))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.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 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b 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 -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/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 #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 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 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)) (*.f64 a #s(literal 9 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 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 (+.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 (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 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 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 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 (/.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 (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 (*.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 (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 (*.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 #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 -3 binary64)))))) (*.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 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.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 (/.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 (+.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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.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 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/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 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.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 (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 (/.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 (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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (-.f64 #s(literal -3 binary64) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a))) (*.f64 (/.f64 a (*.f64 b #s(literal -1/3 binary64))) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b (*.f64 a #s(literal -3 binary64)))) (*.f64 (*.f64 a #s(literal 3 binary64)) (*.f64 a #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #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))))) a) (/.f64 (*.f64 a #s(literal -3 binary64)) b)) #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 a #s(literal -3 binary64)) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) #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 -1/3 binary64))))) (/.f64 b (/.f64 a #s(literal -1/3 binary64)))) (/.f64 a #s(literal 1/3 binary64))) a) (/.f64 #s(literal -9 binary64) (/.f64 b a))) |
(/.f64 (/.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 -3 binary64))))) #s(literal 3 binary64)) #s(literal 1 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 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) #s(literal -9 binary64)) (*.f64 (*.f64 a #s(literal 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) (*.f64 (*.f64 a #s(literal 9 binary64)) #s(literal -9 binary64))) |
(/.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 9 binary64)) (/.f64 (/.f64 b #s(literal -1/3 binary64)) #s(literal -9 binary64)))) (*.f64 (*.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))))) #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 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) (*.f64 a #s(literal 9 binary64))) (*.f64 #s(literal -9 binary64) (*.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -9 binary64) (*.f64 a #s(literal 9 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (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 -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(-.f64 (/.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (-.f64 #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 (*.f64 (*.f64 #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 a #s(literal -9 binary64))) (*.f64 (*.f64 a #s(literal -9 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b))) |
(/.f64 (-.f64 (*.f64 (*.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 a #s(literal 9 binary64)) (*.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(+.f64 (/.f64 (*.f64 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 (/.f64 (+.f64 (/.f64 (*.f64 b a) (/.f64 a #s(literal -1/3 binary64))) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal 3 binary64))) (*.f64 a #s(literal -9 binary64))) (/.f64 (/.f64 (*.f64 a #s(literal -9 binary64)) b) (/.f64 a b))) |
(/.f64 (/.f64 (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))) #s(literal 1/3 binary64)) (*.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) a)) (/.f64 b (*.f64 a #s(literal -9 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (/.f64 (/.f64 b (*.f64 a a)) #s(literal -9 binary64))) (/.f64 (*.f64 a (*.f64 a #s(literal -9 binary64))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 (*.f64 a #s(literal -9 binary64)) a)) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 b (*.f64 a #s(literal -3 binary64))))) (*.f64 (*.f64 a #s(literal 9 binary64)) (*.f64 (*.f64 a #s(literal -9 binary64)) a))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal -1/3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))))) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.f64 a (/.f64 b (*.f64 a #s(literal -9 binary64))))) |
(/.f64 (/.f64 (+.f64 (/.f64 b (/.f64 a #s(literal 1/3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) (*.f64 (/.f64 #s(literal -1/3 binary64) a) (/.f64 b (/.f64 a #s(literal -1/3 binary64))))) (/.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 9/2 binary64) c) b) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 81/16 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))))))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal -27/16 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -9/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/2 binary64) a) b) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 27/8 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b))) (*.f64 #s(literal 81/16 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))))))))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64))))) (/.f64 a (/.f64 b #s(literal -3 binary64)))) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) #s(literal 9 binary64)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal 9 binary64)) b))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (*.f64 (*.f64 c c) (+.f64 (*.f64 c (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -135/128 binary64)) (*.f64 b b)) (*.f64 a #s(literal -9/16 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 #s(literal -3/8 binary64) (*.f64 b (*.f64 b b))))))) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 62.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(+.f64 (/.f64 b (/.f64 a #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 (/.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 (/.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))))) #s(literal -3 binary64)) a)) |
(-.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 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)))) a) #s(literal -1/3 binary64))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 b (/.f64 a #s(literal 1/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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #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))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.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 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b 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 -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/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 #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 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 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)) (*.f64 a #s(literal 9 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 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 (+.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 (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 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 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 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 (/.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 (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 (*.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 (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 (*.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 #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 -3 binary64)))))) (*.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 a (/.f64 #s(literal 1/3 binary64) a)))) (/.f64 (*.f64 b #s(literal 3 binary64)) (*.f64 a #s(literal 9 binary64)))) |
(/.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 (/.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 (+.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 b (/.f64 #s(literal 1/3 binary64) a)) (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal -3 binary64)))) (*.f64 a (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (+.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (/.f64 a #s(literal 1/3 binary64))))) #s(literal -3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (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 a #s(literal 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))))) a) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal 9 binary64)) b)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) a) #s(literal -9 binary64)) (*.f64 #s(literal -9 binary64) (/.f64 (/.f64 b #s(literal -1/3 binary64)) a))) #s(literal 81 binary64)) |
(/.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 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (/.f64 a (/.f64 b (*.f64 a #s(literal 9 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 b b)) (/.f64 (*.f64 (*.f64 c a) #s(literal -9/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 2 binary64) (*.f64 c a))))) |
(*.f64 (/.f64 (+.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 #s(literal 1/3 binary64))) (/.f64 a (/.f64 b a))) #s(literal -1/9 binary64)) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) b)) (/.f64 #s(literal -1/3 binary64) a)) (-.f64 #s(literal 0 binary64) a)) (/.f64 a b)) #s(literal -1/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 a #s(literal -9 binary64))) (/.f64 (*.f64 #s(literal -3 binary64) b) (*.f64 a #s(literal -9 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a (/.f64 b (*.f64 a #s(literal -3 binary64)))))) #s(literal -1/3 binary64)) (/.f64 (*.f64 a #s(literal 3 binary64)) b)) |
(/.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 (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)) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 57.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (-.f64 (/.f64 b a) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) a)) #s(literal -3 binary64)) |
(/.f64 (/.f64 #s(literal 1/3 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -1/9 binary64)) |
(+.f64 (/.f64 b (/.f64 a #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 (/.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 (/.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))))) #s(literal -3 binary64)) a)) |
(-.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 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)))) a) #s(literal -1/3 binary64))) |
(-.f64 (/.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))))) #s(literal -3 binary64)) a)) |
(-.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) (*.f64 a #s(literal 3 binary64))) (/.f64 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 b (/.f64 a #s(literal 1/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 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 b (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 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b)) (*.f64 a #s(literal 9 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal -3 binary64)) (*.f64 b #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))))) #s(literal -3 binary64)) (/.f64 b #s(literal -1/3 binary64))) (*.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 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (-.f64 b (sqrt.f64 (*.f64 a (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 (*.f64 b 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 -3 binary64))))) b))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b #s(literal 3 binary64))) a) #s(literal -9 binary64)) |
(+.f64 (*.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 a #s(literal -1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (/.f64 b #s(literal -1/3 binary64))) (/.f64 #s(literal 1 binary64) a)) #s(literal 1/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 #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 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) b))) #s(literal 9 binary64)) |
(/.f64 (+.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) (*.f64 #s(literal -3 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) a))) #s(literal -9 binary64)) |
(/.f64 (-.f64 (sqrt.f64 (*.f64 (*.f64 b b) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 c #s(literal -3 binary64))) (*.f64 b b))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (*.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64)))))) (*.f64 b a)) (/.f64 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)) (*.f64 a #s(literal 9 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 (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) #s(literal 9 binary64)) (/.f64 (/.f64 #s(literal 3 binary64) (/.f64 a b)) #s(literal 9 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.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 (+.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 (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 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 (*.f64 (*.f64 b #s(literal -1/3 binary64)) a) (*.f64 a (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64)))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) a) (*.f64 a (/.f64 b #s(literal 3 binary64)))) (*.f64 a a)) |
(/.f64 (-.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 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 (/.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 (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) |
| Outputs |
|---|
(/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 46.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 3 binary64) a) c)))) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 (*.f64 (/.f64 #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) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #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 #s(literal 1 binary64) (/.f64 #s(literal 3 binary64) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (/.f64 (-.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 -3 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64))))))) #s(literal -3 binary64)) |
(/.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 (sqrt.f64 (*.f64 (+.f64 (*.f64 c #s(literal -3 binary64)) (/.f64 b (/.f64 a b))) a)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.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))) a) |
| Outputs |
|---|
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 17.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
(/.f64 (-.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 (*.f64 c a) #s(literal -3 binary64)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (-.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal 1/3 binary64) a)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal 3 binary64)) a) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) a) #s(literal 3 binary64)) |
| Outputs |
|---|
(/.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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 14.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #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) a) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (/.f64 a (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b))) |
| Outputs |
|---|
(*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 13.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
1 calls:
| 26.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 92.4% | 2 | b |
Compiled 4 to 3 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
| Outputs |
|---|
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
3 calls:
| 43.0ms | a |
| 23.0ms | b |
| 12.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.9% | 1 | a |
| 89.9% | 1 | c |
| 89.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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) (*.f64 b b)) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) |
(+.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))))) |
| Outputs |
|---|
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
3 calls:
| 33.0ms | a |
| 12.0ms | b |
| 12.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.6% | 1 | b |
| 86.6% | 1 | a |
| 86.6% | 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) c)) |
| Outputs |
|---|
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
3 calls:
| 12.0ms | a |
| 11.0ms | c |
| 11.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.6% | 1 | a |
| 86.6% | 1 | b |
| 86.6% | 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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 a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 (/.f64 c b) #s(literal 3/2 binary64))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 #s(literal 3/2 binary64) (/.f64 a b))) a)) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (*.f64 a (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 c #s(literal -1/2 binary64)) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 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 27/8 binary64) (*.f64 (*.f64 c c) a)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 #s(literal 9/2 binary64) c) b))) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b)))))) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (*.f64 c (+.f64 (*.f64 (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))) #s(literal 27/8 binary64)) (/.f64 (*.f64 #s(literal 9/2 binary64) a) b))) (*.f64 a #s(literal -9 binary64))) |
(/.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 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)) #s(literal 27/8 binary64)) (*.f64 (*.f64 c a) #s(literal 9/2 binary64))) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (-.f64 (+.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) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (*.f64 #s(literal -3/2 binary64) (/.f64 a b)) (*.f64 #s(literal -9/8 binary64) (/.f64 (*.f64 c (*.f64 a a)) (*.f64 b (*.f64 b b))))))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (*.f64 c (+.f64 (/.f64 (*.f64 a #s(literal -3/2 binary64)) b) (/.f64 (*.f64 (*.f64 c (*.f64 a a)) #s(literal -9/8 binary64)) (*.f64 b (*.f64 b b)))))) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
3 calls:
| 29.0ms | b |
| 16.0ms | a |
| 10.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.3% | 1 | b |
| 80.3% | 1 | c |
| 80.3% | 1 | a |
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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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))))) |
| Outputs |
|---|
(/.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))))) |
3 calls:
| 8.0ms | c |
| 7.0ms | a |
| 7.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.3% | 1 | a |
| 80.3% | 1 | b |
| 80.3% | 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
3 calls:
| 9.0ms | c |
| 6.0ms | b |
| 6.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.9% | 1 | a |
| 79.9% | 1 | b |
| 79.9% | 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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 (*.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))) |
| Outputs |
|---|
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
3 calls:
| 23.0ms | b |
| 6.0ms | a |
| 6.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.7% | 1 | c |
| 79.7% | 1 | b |
| 79.7% | 1 | a |
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/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) c) b)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -2 binary64) (/.f64 c b))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 c a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -2 binary64))) |
(/.f64 (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal 9/2 binary64)) b) (*.f64 a #s(literal -9 binary64))) |
(/.f64 (+.f64 (*.f64 b #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 c a)) b)) a) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal -3 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 a (/.f64 c b))))) |
(*.f64 b (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 b b)) (/.f64 #s(literal 0 binary64) (*.f64 a a)))) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 c (*.f64 a #s(literal -3/2 binary64))) b)) b) (*.f64 #s(literal 3 binary64) a)) |
(/.f64 (-.f64 (+.f64 b (/.f64 (*.f64 (*.f64 c a) #s(literal -3/2 binary64)) b)) b) (*.f64 #s(literal 3 binary64) a)) |
| Outputs |
|---|
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
3 calls:
| 19.0ms | b |
| 5.0ms | c |
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.0% | 1 | b |
| 63.0% | 1 | a |
| 63.0% | 1 | c |
Compiled 12 to 9 computations (25% saved)
Total -0.0b remaining (-0.2%)
Threshold costs -0b (-0.2%)
| Inputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(/.f64 #s(literal -1/2 binary64) (/.f64 b c)) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
3 calls:
| 2.0ms | a |
| 1.0ms | c |
| 1.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.0% | 1 | a |
| 63.0% | 1 | b |
| 63.0% | 1 | c |
Compiled 12 to 9 computations (25% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 47.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 32.0ms | 105× | 0 | invalid |
| 6.0ms | 65× | 0 | valid |
| 3.0ms | 15× | 1 | valid |
Compiled 621 to 342 computations (44.9% saved)
ival-mult: 27.0ms (80.5% of total)ival-div: 1.0ms (3% of total)ival-add: 1.0ms (3% of total)ival-sub: 1.0ms (3% of total)ival-sqrt: 1.0ms (3% of total)ival-neg: 1.0ms (3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 46.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 8.0ms | 90× | 0 | invalid |
| 6.0ms | 71× | 0 | valid |
| 2.0ms | 9× | 1 | valid |
Compiled 411 to 252 computations (38.7% saved)
ival-mult: 3.0ms (32.8% of total)ival-div: 1.0ms (10.9% of total)ival-add: 1.0ms (10.9% of total)ival-sub: 1.0ms (10.9% of total)ival-sqrt: 1.0ms (10.9% of total)ival-neg: 1.0ms (10.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 41.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 19.0ms | 14× | 1 | valid |
| 9.0ms | 112× | 0 | invalid |
| 6.0ms | 66× | 0 | valid |
Compiled 451 to 267 computations (40.8% saved)
ival-mult: 4.0ms (38.2% of total)ival-div: 1.0ms (9.5% of total)ival-add: 1.0ms (9.5% of total)ival-sub: 1.0ms (9.5% of total)ival-sqrt: 1.0ms (9.5% of total)ival-neg: 1.0ms (9.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 20.0ms | 121× | 0 | invalid |
| 6.0ms | 67× | 0 | valid |
| 2.0ms | 13× | 1 | valid |
Compiled 431 to 272 computations (36.9% saved)
ival-mult: 15.0ms (71.1% of total)ival-div: 1.0ms (4.7% of total)ival-add: 1.0ms (4.7% of total)ival-sub: 1.0ms (4.7% of total)ival-sqrt: 1.0ms (4.7% of total)ival-neg: 1.0ms (4.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 40.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 26.0ms | 121× | 0 | invalid |
| 6.0ms | 70× | 0 | valid |
| 2.0ms | 10× | 1 | valid |
Compiled 401 to 257 computations (35.9% saved)
ival-mult: 4.0ms (37.2% of total)ival-div: 1.0ms (9.3% of total)ival-add: 1.0ms (9.3% of total)ival-sub: 1.0ms (9.3% of total)ival-sqrt: 1.0ms (9.3% of total)ival-neg: 1.0ms (9.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 35.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 22.0ms | 81× | 0 | invalid |
| 6.0ms | 71× | 0 | valid |
| 2.0ms | 9× | 1 | valid |
Compiled 396 to 257 computations (35.1% saved)
ival-mult: 3.0ms (34.8% of total)ival-div: 1.0ms (11.6% of total)ival-add: 1.0ms (11.6% of total)ival-sub: 1.0ms (11.6% of total)ival-sqrt: 1.0ms (11.6% of total)ival-neg: 1.0ms (11.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 36.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 22.0ms | 71× | 0 | valid |
| 7.0ms | 80× | 0 | invalid |
| 2.0ms | 9× | 1 | valid |
Compiled 391 to 252 computations (35.5% saved)
ival-mult: 19.0ms (78.1% of total)ival-div: 1.0ms (4.1% of total)ival-add: 1.0ms (4.1% of total)ival-sub: 1.0ms (4.1% of total)ival-sqrt: 1.0ms (4.1% of total)ival-neg: 1.0ms (4.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 51.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 32.0ms | 72× | 0 | valid |
| 12.0ms | 114× | 0 | invalid |
| 2.0ms | 8× | 1 | valid |
Compiled 391 to 247 computations (36.8% saved)
ival-sub: 26.0ms (68.7% of total)ival-mult: 4.0ms (10.6% of total)ival-sqrt: 4.0ms (10.6% of total)ival-div: 1.0ms (2.6% of total)ival-add: 1.0ms (2.6% of total)ival-neg: 1.0ms (2.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 53.0ms | 0.02534769797555187 | 0.05791418300029952 |
| 36.0ms | 71× | 0 | valid |
| 9.0ms | 107× | 0 | invalid |
| 2.0ms | 9× | 1 | valid |
Compiled 391 to 252 computations (35.5% saved)
ival-mult: 34.0ms (85.5% of total)ival-div: 1.0ms (2.5% of total)ival-add: 1.0ms (2.5% of total)ival-sub: 1.0ms (2.5% of total)ival-sqrt: 1.0ms (2.5% of total)ival-neg: 1.0ms (2.5% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 1008× | neg-mul-1_binary64 |
| 968× | distribute-lft-neg-in_binary64 |
| 832× | neg-sub0_binary64 |
| 676× | *-commutative_binary64 |
| 568× | sub-neg_binary64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 189 | 870 |
| 1 | 288 | 870 |
| 2 | 343 | 869 |
| 3 | 411 | 860 |
| 4 | 529 | 860 |
| 5 | 797 | 860 |
| 6 | 1292 | 860 |
| 7 | 1975 | 860 |
| 8 | 2719 | 860 |
| 9 | 3410 | 860 |
| 10 | 3896 | 860 |
| 11 | 4198 | 860 |
| 12 | 4278 | 860 |
| 13 | 4305 | 860 |
| 14 | 4532 | 860 |
| 15 | 4728 | 860 |
| 16 | 4728 | 860 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 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 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c))) |
(if (<=.f64 b #s(literal 3602879701896397/72057594037927936 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 binary64)) (/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7493989779944505/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 5620492334958379/144115188075855872 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.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 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
| Outputs |
|---|
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 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 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -2 binary64) (/.f64 c b)) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) a) (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64))))))))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 binary64)) (/.f64 (+.f64 a (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 a (-.f64 (*.f64 a (-.f64 (*.f64 a (+.f64 (/.f64 (*.f64 (/.f64 b (/.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 (*.f64 c c) (*.f64 c c)))) #s(literal -135/32 binary64)) (*.f64 c c)) (+.f64 (/.f64 (*.f64 c (*.f64 c #s(literal 27/16 binary64))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -3/4 binary64) (*.f64 b (/.f64 b (*.f64 #s(literal -9/8 binary64) (/.f64 c (/.f64 (*.f64 b (*.f64 b b)) c))))))))) (*.f64 (/.f64 c (*.f64 b (*.f64 b b))) #s(literal 9/8 binary64)))) (/.f64 #s(literal 3/2 binary64) b))) (/.f64 #s(literal -2 binary64) (/.f64 c b))))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) a) (*.f64 c (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (+.f64 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (/.f64 (+.f64 a (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (/.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 (*.f64 #s(literal 9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal 27/16 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))))))) c))) |
(if (<=.f64 b #s(literal 3602879701896397/72057594037927936 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 3602879701896397/72057594037927936 binary64)) (/.f64 (+.f64 a (*.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) #s(literal 3 binary64)) (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (*.f64 a (/.f64 (*.f64 a #s(literal -3 binary64)) b))) (/.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 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 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 #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 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 binary64)) (/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7349874591868649/288230376151711744 binary64)) (/.f64 (-.f64 (/.f64 b #s(literal -3 binary64)) (/.f64 (sqrt.f64 (+.f64 (*.f64 b b) (/.f64 c (/.f64 #s(literal -1/3 binary64) a)))) #s(literal -3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) 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 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) #s(literal -1/3 binary64))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (/.f64 (*.f64 #s(literal -1/3 binary64) (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))))) a) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7493989779944505/288230376151711744 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 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7493989779944505/288230376151711744 binary64)) (/.f64 (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b) (*.f64 a #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 b #s(literal -2 binary64)) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (*.f64 (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 7782220156096217/288230376151711744 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 (-.f64 b (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (/.f64 a #s(literal -1/3 binary64)))))) a)) (/.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 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 5620492334958379/144115188075855872 binary64)) (*.f64 (/.f64 #s(literal 1/3 binary64) a) (-.f64 (sqrt.f64 (+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -3 binary64))))) b)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a))) |
(if (<=.f64 b #s(literal 5620492334958379/144115188075855872 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 #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 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 a (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b)) (*.f64 c #s(literal 9/8 binary64))) (*.f64 b (*.f64 b b))))))) a)) |
(/.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 a (/.f64 (-.f64 (*.f64 c #s(literal 9/8 binary64)) (/.f64 (*.f64 a (+.f64 (*.f64 (*.f64 c c) #s(literal -135/32 binary64)) (*.f64 (*.f64 c c) #s(literal 81/32 binary64)))) (*.f64 b b))) (*.f64 b (*.f64 b b))))))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) b) c) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 3/2 binary64) b)))) a)) |
(/.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 9/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b)))))) a)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 (/.f64 a (*.f64 b (*.f64 b b))) #s(literal -9/8 binary64)))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b a)) (*.f64 c (-.f64 (/.f64 #s(literal 3/2 binary64) b) (*.f64 c (*.f64 #s(literal -9/8 binary64) (/.f64 a (*.f64 b (*.f64 b b)))))))) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 (/.f64 b a) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 3/2 binary64) c) b)) c)) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 b a)) (/.f64 (*.f64 c #s(literal 3/2 binary64)) b)) c)) |
(/.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 (*.f64 c #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c (*.f64 c a))) (*.f64 b b))) b) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 #s(literal -3/8 binary64) (*.f64 c a)) (*.f64 b (*.f64 b b))))) |
(*.f64 c (+.f64 (/.f64 #s(literal -1/2 binary64) b) (/.f64 (*.f64 (*.f64 c a) #s(literal -3/8 binary64)) (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 c #s(literal -1/2 binary64)) b) |
(*.f64 (/.f64 #s(literal -1/2 binary64) b) c) |
(*.f64 c (/.f64 #s(literal -1/2 binary64) b)) |
| 6642× | *-lowering-*.f32 |
| 6642× | *-lowering-*.f64 |
| 6198× | *-lowering-*.f32 |
| 6198× | *-lowering-*.f64 |
| 5988× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 303 |
| 1 | 276 | 288 |
| 2 | 1719 | 262 |
| 0 | 8707 | 262 |
| 0 | 73 | 346 |
| 1 | 315 | 322 |
| 2 | 1771 | 322 |
| 0 | 8404 | 322 |
| 0 | 558 | 3361 |
| 1 | 1915 | 3187 |
| 2 | 7258 | 3181 |
| 0 | 8104 | 3181 |
| 0 | 1599 | 13977 |
| 1 | 5696 | 13180 |
| 0 | 8085 | 13180 |
| 0 | 13 | 48 |
| 1 | 40 | 44 |
| 2 | 150 | 44 |
| 3 | 796 | 44 |
| 4 | 7633 | 44 |
| 0 | 8533 | 44 |
| 0 | 77 | 495 |
| 1 | 384 | 440 |
| 2 | 2502 | 426 |
| 0 | 8290 | 426 |
| 0 | 1692 | 16548 |
| 1 | 6143 | 15642 |
| 0 | 8068 | 15642 |
| 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× | 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 1589 to 718 computations (54.8% saved)
Compiled 1766 to 396 computations (77.6% saved)
Loading profile data...